X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b047631da18bef18372286038ff1d1f67b737e34;hb=3ecbabc38df34b84330262d3a8fa7da6dc00bb2a;hp=e53578d340de6eb3cb51f73f2108ce68730ca477;hpb=941a6305f15e607de118d0b74c11f67ff1e39d24;p=gitmo%2FRole-Tiny.git diff --git a/Makefile.PL b/Makefile.PL index e53578d..b047631 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,7 +10,7 @@ my %BUILD_DEPS = ( ); my %RUN_DEPS = ( - 'Class::Method::Modifiers' => 1.05, + 'Class::Method::Modifiers' => 1.07, 'strictures' => 1.001001, );