X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=Makefile.PL;h=da35198ee2ffb6e751988b0cd739280d563f199f;hp=8622e14d833c73c029ad6ffa093f5c004d8b30b1;hb=4fed3fb749dc39acd325575d5efc0bfde0bcc101;hpb=5c59e53659f8f6551727367f95918ec213f58a76 diff --git a/Makefile.PL b/Makefile.PL index 8622e14..da35198 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.010001; +use 5.010_001; use strict; use warnings; @@ -124,7 +124,7 @@ WriteMakefile( MIN_PERL_VERSION => '5.010001', META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, XSPROTOARG => '-noprototypes',