From: Vincent Pit Date: Thu, 22 Aug 2013 20:39:50 +0000 (-0300) Subject: Encode the README file in UTF-8 X-Git-Tag: rt92118~10 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=d82c4db640472b9263b2d20d849ea7388dfa8c7c Encode the README file in UTF-8 --- diff --git a/Makefile.PL b/Makefile.PL index 575ef6e..665168c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,7 +51,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.010, META_MERGE => \%META, dist => { - PREOP => 'pod2text Plugin.pod > $(DISTVNAME)/README', + PREOP => 'pod2text -u Plugin.pod > $(DISTVNAME)/README', COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {