X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=905fa9f73e9ca589849e414059632ac3fa35b7a1;hb=832f6a4eae21bec85e1cb1043fbc41fcf59cbfcd;hp=b86ec835e8d4ef45aa14f0c5e870c3e79eceea71;hpb=74200f41d79b6ff3e7b655d601180064bb8dd624;p=perl%2Fmodules%2FScope-Upper.git diff --git a/Makefile.PL b/Makefile.PL index b86ec83..905fa9f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.006; +use 5.006001; use strict; use warnings; @@ -63,6 +63,7 @@ my %PREREQ_PM = ( my %BUILD_REQUIRES = ( 'ExtUtils::MakeMaker' => 0, + 'Config' => 0, 'Test::More' => 0, %PREREQ_PM, ); @@ -94,7 +95,7 @@ WriteMakefile( @DEFINES, BUILD_REQUIRES => \%BUILD_REQUIRES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => '5.006', + MIN_PERL_VERSION => '5.006001', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",