From: Vincent Pit Date: Wed, 24 Aug 2011 12:53:06 +0000 (+0200) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.10~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=db6820fb2ae3a318f9685d80ceb923daa69bb541 Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 1c5c428..0573f82 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -87,7 +87,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.008003, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {