X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=blobdiff_plain;f=Makefile.PL;h=395e59ee3b82625ee6c9cbd78832d4e87fe31541;hp=a4b3652675deb8f1d31ecb029e88e5e23e2ef3e0;hb=HEAD;hpb=0584ac7443358f88dd4bc4175eab775cd5cbf9cc diff --git a/Makefile.PL b/Makefile.PL index a4b3652..395e59e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.008001; +use 5.008_001; use strict; use warnings; @@ -43,7 +43,7 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008001, + MIN_PERL_VERSION => '5.008001', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",