From: Vincent Pit Date: Wed, 24 Aug 2011 12:52:01 +0000 (+0200) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.15~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=7a192f2ff19c1882fb55fccabac1fc6d9105fb29 Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index a88b816..e98a6e1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -71,7 +71,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.006, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {