From: Vincent Pit Date: Wed, 24 Aug 2011 12:51:11 +0000 (+0200) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.04~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=210c97514e831ab6819268455ad001a1c166e2fc Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 96b6be5..f3c7fcf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,7 +44,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 => {