From 807ac84d387a8cf5291531f719df626fd9e9a155 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 17 May 2012 22:22:32 -0500 Subject: oops, don't need both CheckExtraTests and RunExtraTests --- lib/Dist/Zilla/PluginBundle/DOY.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') 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 => '' }, -- cgit v1.2.3-54-g00ecf