summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-05-17 22:14:13 -0500
committerJesse Luehrs <doy@tozt.net>2012-05-17 22:14:13 -0500
commit148616af07249a4b79964aeb2164705c8a3573ca (patch)
treefabd5db117f05928f3526b90b11f1ec208dd0553
parentd50c16d4dced886b216d4bda39f4e35fe6cc57c6 (diff)
downloaddist-zilla-pluginbundle-doy-148616af07249a4b79964aeb2164705c8a3573ca.tar.gz
dist-zilla-pluginbundle-doy-148616af07249a4b79964aeb2164705c8a3573ca.zip
use CheckExtraTests instead of ExtraTests
-rw-r--r--dist.ini1
-rw-r--r--lib/Dist/Zilla/PluginBundle/DOY.pm8
2 files changed, 7 insertions, 2 deletions
diff --git a/dist.ini b/dist.ini
index adc3ce2..be66217 100644
--- a/dist.ini
+++ b/dist.ini
@@ -10,6 +10,7 @@ repository = github
[Prereqs]
Dist::Zilla::Plugin::Authority = 0
Dist::Zilla::Plugin::CheckChangesHasContent = 0
+Dist::Zilla::Plugin::CheckExtraTests = 0.006
Dist::Zilla::Plugin::Test::Compile = 0
Dist::Zilla::Plugin::EOLTests = 0
Dist::Zilla::Plugin::Git = 1.102810
diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm
index 5d8b1dd..e8a6fe5 100644
--- a/lib/Dist/Zilla/PluginBundle/DOY.pm
+++ b/lib/Dist/Zilla/PluginBundle/DOY.pm
@@ -29,7 +29,9 @@ My plugin bundle. Roughly equivalent to:
[MetaYAML]
[License]
[Readme]
- [ExtraTests]
+ [CheckExtraTests]
+ :version = 0.006
+ [RunExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
@@ -218,7 +220,8 @@ has _plugins => (
MetaYAML
License
Readme
- ExtraTests
+ CheckExtraTests
+ RunExtraTests
ExecDir
ShareDir
),
@@ -259,6 +262,7 @@ 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 => '' },