summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-05-17 22:22:32 -0500
committerJesse Luehrs <doy@tozt.net>2012-05-17 22:22:32 -0500
commit807ac84d387a8cf5291531f719df626fd9e9a155 (patch)
tree1769999ca95e55f3a7517422750dd78306c911fb
parent10fe4b6d1e05476af934dcea6ef5560e169dc598 (diff)
downloaddist-zilla-pluginbundle-doy-807ac84d387a8cf5291531f719df626fd9e9a155.tar.gz
dist-zilla-pluginbundle-doy-807ac84d387a8cf5291531f719df626fd9e9a155.zip
oops, don't need both CheckExtraTests and RunExtraTests
-rw-r--r--lib/Dist/Zilla/PluginBundle/DOY.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm
index e8a6fe5..19d6a4d 100644
--- a/lib/Dist/Zilla/PluginBundle/DOY.pm
+++ b/lib/Dist/Zilla/PluginBundle/DOY.pm
@@ -29,8 +29,6 @@ My plugin bundle. Roughly equivalent to:
[MetaYAML]
[License]
[Readme]
- [CheckExtraTests]
- :version = 0.006
[RunExtraTests]
[ExecDir]
[ShareDir]
@@ -220,7 +218,6 @@ has _plugins => (
MetaYAML
License
Readme
- CheckExtraTests
RunExtraTests
ExecDir
ShareDir
@@ -262,7 +259,6 @@ has plugin_options => (
default => sub {
my $self = shift;
my %opts = (
- 'CheckExtraTests' => { ':version' => 0.006 },
'NextRelease' => { format => '%-5v %{yyyy-MM-dd}d' },
'Authority' => { authority => $self->authority },
'Git::Check' => { allow_dirty => '' },