X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.PL;h=be7dcd2a17afaf6c5dbab530ba130c1b5c4e3556;hb=8be09345f76a4b689e61c5bfc7b880119817d46f;hp=4e001c5e5b6c03691d79732b665cfb41a09956f5;hpb=79f8cd40f816827dbdde3979a94f404bf660fd28;p=chaz%2Fp5-Dist-Zilla-PluginBundle-Author-CCM diff --git a/Makefile.PL b/Makefile.PL index 4e001c5..be7dcd2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -91,6 +91,7 @@ my %WriteMakefileArgs = ( "Pod::Weaver::Section::Name" => 0, "Pod::Weaver::Section::Region" => 0, "Pod::Weaver::Section::Version" => 0, + "Test::CPAN::Meta" => 0, "namespace::autoclean" => 0, "strict" => 0, "warnings" => 0 @@ -103,7 +104,7 @@ my %WriteMakefileArgs = ( "Test::More" => 0, "blib" => "1.01" }, - "VERSION" => "0.002", + "VERSION" => "0.003", "test" => { "TESTS" => "t/*.t" } @@ -189,6 +190,7 @@ my %FallbackPrereqs = ( "Pod::Weaver::Section::Name" => 0, "Pod::Weaver::Section::Region" => 0, "Pod::Weaver::Section::Version" => 0, + "Test::CPAN::Meta" => 0, "Test::More" => 0, "blib" => "1.01", "namespace::autoclean" => 0,