]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
Encode the README file in UTF-8
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 12:51:37 +0000 (14:51 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 12:59:40 +0000 (14:59 +0200)
Makefile.PL

index e5a8c9660b3c0aa1e3ab2ac8159d3f2f4eef2904..1801c70077e5f791c3c20a720d3c59291ea0fa16 100644 (file)
@@ -54,7 +54,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            => {