X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=Makefile.PL;h=1f7e5c87be2d24bca3da7c72613154131fb18c14;hp=39749fc51d3f26e1bd43b7ca331d5245bcd8e328;hb=dd6141a1ff00e5e62c4ed26899aeecb1b9d7d019;hpb=d4de0eee6c6b6904c04bb79eb1c129ee6aabc5ff diff --git a/Makefile.PL b/Makefile.PL index 39749fc..1f7e5c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.008; +use 5.008001; use strict; use warnings; @@ -56,7 +56,7 @@ WriteMakefile( PL_FILES => {}, @DEFINES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008, + MIN_PERL_VERSION => 5.008001, META_MERGE => \%META, dist => { PREOP => "pod2text $file > \$(DISTVNAME)/README",