From: Vincent Pit Date: Thu, 22 Aug 2013 20:39:34 +0000 (-0300) Subject: Encode the README file in UTF-8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=commitdiff_plain;h=1df620d46eeecc24a77d1914abb3e57b2ff50346 Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 6bca876..fe2b287 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -57,7 +57,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.008, META_MERGE => \%META, dist => { - PREOP => 'pod2text bin/rgit > $(DISTVNAME)/README', + PREOP => 'pod2text -u bin/rgit > $(DISTVNAME)/README', COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {