X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=902ab5740da58a80a579c91a657cb51f11631645;hb=350f2de6ebd85fd6fc5699c0773e6737756bac36;hp=1ac927ad89e2c96a9b98800b9ada1f04868536e5;hpb=bf0f29b2841e5ca262ee4c5bee457816257d7bc5;p=gitmo%2FMoo.git diff --git a/Makefile.PL b/Makefile.PL index 1ac927a..902ab57 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,23 +7,23 @@ check_conflicts(); (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; my %CONFIGURE_DEPS = ( - 'ExtUtils::MakeMaker' => 0, - 'Dist::CheckConflicts' => '0.02', + 'ExtUtils::MakeMaker' => 0, + 'Dist::CheckConflicts' => '0.02', ); my %BUILD_DEPS = (); my %TEST_DEPS = ( - 'Test::More' => 0.94, + 'Test::More' => 0.94, 'Test::Fatal' => 0.003, ); my %RUN_DEPS = ( - 'Class::Method::Modifiers' => 1.10, # or RT#80194 - 'strictures' => 1.004003, - 'Module::Runtime' => 0.012, # for RT#74789 - 'Role::Tiny' => 1.003000, - 'Devel::GlobalDestruction' => 0.11, # for RT#78617 - 'Dist::CheckConflicts' => 0.02, + 'Class::Method::Modifiers' => 1.10, # for RT#80194 + 'strictures' => 1.004003, + 'Module::Runtime' => 0.012, # for RT#74789 + 'Role::Tiny' => 1.003002, + 'Devel::GlobalDestruction' => 0.11, # for RT#78617 + 'Dist::CheckConflicts' => 0.02, ); my %extra_info = (