From: Vincent Pit Date: Thu, 22 Aug 2013 20:40:21 +0000 (-0300) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.03~12 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=commitdiff_plain;h=1875989c782f2570754b4da3be87f58588b78a6b Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 5b0c7d3..298c190 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -48,7 +48,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.009004, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {