X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=blobdiff_plain;f=Makefile.PL;h=b28dab70997711717001a6b29aec5f1d8f8b0ba8;hp=298c1906c3d20e1407900db8c3d75c940b379457;hb=HEAD;hpb=1875989c782f2570754b4da3be87f58588b78a6b diff --git a/Makefile.PL b/Makefile.PL index 298c190..b28dab7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.009004; +use 5.009_004; use strict; use warnings; @@ -45,7 +45,7 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.009004, + MIN_PERL_VERSION => '5.009004', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",