From: Vincent Pit Date: Thu, 25 Aug 2011 15:09:01 +0000 (+0200) Subject: Encode the README file in UTF-8 X-Git-Tag: v1.13~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=d3e948fadaa1f81d1f17d37f840b6ac9c999ed6f Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 4588d5b..b30c074 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -104,7 +104,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 => {