From 148616af07249a4b79964aeb2164705c8a3573ca Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 17 May 2012 22:14:13 -0500 Subject: use CheckExtraTests instead of ExtraTests --- lib/Dist/Zilla/PluginBundle/DOY.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib') 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 => '' }, -- cgit v1.2.3-54-g00ecf