From: Vincent Pit Date: Wed, 24 Aug 2011 12:51:37 +0000 (+0200) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.12~10 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=868b43315fb46d028fc3a7b9b244c3a5f9699b20 Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index e5a8c96..1801c70 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,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 => {