From: Vincent Pit Date: Thu, 25 Aug 2011 11:19:51 +0000 (+0200) Subject: Encode the README file in UTF-8 X-Git-Tag: v1.04~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=commitdiff_plain;h=759aab63a6eff61f1b3427fbf515e2e1ac26930a;hp=c4245b32d8f9a9f5673027962ccb29fed4435c96 Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index be69e59..1392ee0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -43,7 +43,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 => {