From: Vincent Pit Date: Thu, 22 Aug 2013 20:36:14 +0000 (-0300) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.03~15 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=commitdiff_plain;h=0fb28b7fab1c17c43ed4d39698cc251bb674a1ab Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 3f40eb4..1ce09ff 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,7 +53,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.008, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {