From: Vincent Pit Date: Thu, 22 Aug 2013 20:39:00 +0000 (-0300) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.05~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=commitdiff_plain;h=ba216aa33b80acb1d0811654f18a5c7c300bf195 Encode the README file in UTF-8 --- 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',