X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b047631da18bef18372286038ff1d1f67b737e34;hb=55d91f641bc43e5f929e35dc653a3aeea2497db8;hp=4883b75f14bf4abf1fa6f42e1663ef9dea407301;hpb=952460dae0b8bf3ae22fe1235625e582ed893303;p=gitmo%2FRole-Tiny.git diff --git a/Makefile.PL b/Makefile.PL index 4883b75..b047631 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,20 +1,16 @@ 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'; -unless (-e 'META.yml') { - warn "MYMETA.yml is going to be completely wrong. Sorry.\n"; -} - my %BUILD_DEPS = ( 'Test::More' => 0.96, 'Test::Fatal' => 0.003, ); my %RUN_DEPS = ( - 'Class::Method::Modifiers' => 1.05, + 'Class::Method::Modifiers' => 1.07, 'strictures' => 1.001001, );