]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Encode the README file in UTF-8
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 16:12:57 +0000 (18:12 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 16:12:57 +0000 (18:12 +0200)
Makefile.PL

index ee097e2f9b74dbe05406ec787e797a1f005d0789..6064175be3536ce232a2127ba489bf761ac6969e 100644 (file)
@@ -89,7 +89,7 @@ WriteMakefile(
  MIN_PERL_VERSION => 5.008003,
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  clean            => {