X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=0b003b746bd78b7939b48c7a53ad3921a306c087;hb=3844497d56f979a0275bf10b2a322c9e9baab2bf;hp=8622e14d833c73c029ad6ffa093f5c004d8b30b1;hpb=5c59e53659f8f6551727367f95918ec213f58a76;p=perl%2Fmodules%2Fre-engine-Hooks.git diff --git a/Makefile.PL b/Makefile.PL index 8622e14..0b003b7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',