X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=905fa9f73e9ca589849e414059632ac3fa35b7a1;hb=832f6a4eae21bec85e1cb1043fbc41fcf59cbfcd;hp=2ad090a00e7f5c539acc3d40960bf391acfcd551;hpb=4118f6669b53693eadcc652972c472f0d87f1e7c;p=perl%2Fmodules%2FScope-Upper.git diff --git a/Makefile.PL b/Makefile.PL index 2ad090a..905fa9f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.006; +use 5.006001; use strict; use warnings; @@ -95,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",