From: Vincent Pit Date: Wed, 24 Aug 2011 16:12:57 +0000 (+0200) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.12~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=e182366cd66f80497faa4e0f66af02c94048828a Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index ee097e2..6064175 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -89,7 +89,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.008003, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {