From: Vincent Pit Date: Wed, 24 Aug 2011 12:52:14 +0000 (+0200) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.07~15 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=commitdiff_plain;h=b6e529994b32c1e6c26e80b4d9479208b105bfed;hp=2654b60d8ddf2eb25c51e22634461ec65616bb98 Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 0a72457..3c0b06d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -128,7 +128,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 => {