X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.PL;h=807ac30580c4a41cb7456273a959e6fd0d895712;hb=c1e72a18ccc92c73472ea8608b5df6994133ea7e;hp=4e001c5e5b6c03691d79732b665cfb41a09956f5;hpb=79f8cd40f816827dbdde3979a94f404bf660fd28;p=chaz%2Fp5-Dist-Zilla-PluginBundle-Author-CCM diff --git a/Makefile.PL b/Makefile.PL index 4e001c5..807ac30 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings; -use 5.006; +use 5.014; use ExtUtils::MakeMaker; @@ -14,7 +14,7 @@ my %WriteMakefileArgs = ( }, "DISTNAME" => "Dist-Zilla-PluginBundle-Author-CCM", "LICENSE" => "perl", - "MIN_PERL_VERSION" => "5.006", + "MIN_PERL_VERSION" => "5.014", "NAME" => "Dist::Zilla::PluginBundle::Author::CCM", "PREREQ_PM" => { "Dist::Zilla" => "5.038", @@ -62,6 +62,7 @@ my %WriteMakefileArgs = ( "Dist::Zilla::Plugin::Test::CleanNamespaces" => 0, "Dist::Zilla::Plugin::Test::Compile" => 0, "Dist::Zilla::Plugin::Test::EOL" => 0, + "Dist::Zilla::Plugin::Test::MinimumVersion" => 0, "Dist::Zilla::Plugin::Test::NoTabs" => 0, "Dist::Zilla::Plugin::Test::Perl::Critic" => 0, "Dist::Zilla::Plugin::Test::Pod::No404s" => 0, @@ -91,6 +92,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 +105,7 @@ my %WriteMakefileArgs = ( "Test::More" => 0, "blib" => "1.01" }, - "VERSION" => "0.002", + "VERSION" => "0.004", "test" => { "TESTS" => "t/*.t" } @@ -156,6 +158,7 @@ my %FallbackPrereqs = ( "Dist::Zilla::Plugin::Test::CleanNamespaces" => 0, "Dist::Zilla::Plugin::Test::Compile" => 0, "Dist::Zilla::Plugin::Test::EOL" => 0, + "Dist::Zilla::Plugin::Test::MinimumVersion" => 0, "Dist::Zilla::Plugin::Test::NoTabs" => 0, "Dist::Zilla::Plugin::Test::Perl::Critic" => 0, "Dist::Zilla::Plugin::Test::Pod::No404s" => 0, @@ -189,6 +192,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,