X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=465bdc1cd34bed2a561da4f911a63ca575dfcf8b;hb=master;hp=09ac95504564aaa226028a8f3e8e9b3573d69b30;hpb=e5a678c604516eb1f92a05eff7a917ce2afc00d5;p=p5sagit%2FSafe-Isa.git diff --git a/Makefile.PL b/Makefile.PL index 09ac955..465bdc1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,5 @@ use strict; use warnings FATAL => 'all'; -use 5.008001; use ExtUtils::MakeMaker; (do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; @@ -52,7 +51,7 @@ my %WriteMakefileArgs = ( }, test => { requires => { - 'Test::More' => '0', + 'Test::More' => '0.88', }, }, },