From: Vincent Pit Date: Wed, 24 Aug 2011 12:53:11 +0000 (+0200) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.25~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=8d8c6ddfef6ed36a57d53e1009eb4b5231bc4206;hp=fd559a2c26feca7160eadc82519b7377740d1959 Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 4b3e9fe..e00e6f1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -59,7 +59,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.008001, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {