X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=Makefile.PL;h=2f43918b7e8765f6dce8d4e9cb1a4127171fe71c;hp=ec40661bfff4d59c4495f59c1dab1a4ca64d9317;hb=34f54f87c254e212ef4db5d29937471be325d2b8;hpb=c09d4ed8764e8dcbcf9948d6dfd6ca03874439e2 diff --git a/Makefile.PL b/Makefile.PL index ec40661..2f43918 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.008; +use 5.008001; use strict; use warnings; @@ -53,7 +53,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",