X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e9e956262e745528dc260c08cb2f1fbb67872556;hb=087c79b5dee4047d9b96a52e52e55c2105e9c4c0;hp=e53578d340de6eb3cb51f73f2108ce68730ca477;hpb=941a6305f15e607de118d0b74c11f67ff1e39d24;p=gitmo%2FMoo.git diff --git a/Makefile.PL b/Makefile.PL index e53578d..e9e9562 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings FATAL => 'all'; -use 5.008003; +use 5.008001; use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; @@ -10,8 +10,11 @@ my %BUILD_DEPS = ( ); my %RUN_DEPS = ( - 'Class::Method::Modifiers' => 1.05, + 'Class::Method::Modifiers' => 1.07, 'strictures' => 1.001001, + 'Module::Runtime' => 0.013, + 'Role::Tiny' => 1.001001, + 'Devel::GlobalDestruction' => '0.05', ); # have to do this since old EUMM dev releases miss the eval $VERSION line