From: Vincent Pit Date: Thu, 22 Aug 2013 20:27:53 +0000 (-0300) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.16~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=commitdiff_plain;h=94047b12c2983ae1ed0a4f163127ca86abdd254b Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 3f35f0b..6d7910a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -70,7 +70,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.008, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => {