From: Vincent Pit Date: Thu, 22 Aug 2013 20:40:09 +0000 (-0300) Subject: Encode the README file in UTF-8 X-Git-Tag: v0.08~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=commitdiff_plain;h=53c9ca9d93db4fb9ab444ca698feedd9709a5482 Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 40d487b..eeaaba6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,7 +47,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.010, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {