X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=65e5fd162a358994ef80f00719578aa7dd3254c2;hb=35a1e2d4843a0ea9746ad76353c7a65538fb0b2b;hp=2bbacae6d1d20404af677a9739874566176fa01f;hpb=69c9647cc05997a77e47aefbc7f94fc73e555b6c;p=p5sagit%2FSub-Exporter-Progressive.git diff --git a/Makefile.PL b/Makefile.PL index 2bbacae..65e5fd1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ my %deps = ( }, ); my $key = eval { ExtUtils::MakeMaker->VERSION(6.56) } ? 'BUILD_REQUIRES' : 'PREREQ_PM' ; -$deps{$key}{'Test::More'} = '0.96'; +$deps{$key}{'Test::More'} = '0.88'; WriteMakefile( NAME => 'Sub-Exporter-Progressive',