]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/commitdiff
Encode the README file in UTF-8
authorVincent Pit <vince@profvince.com>
Thu, 25 Aug 2011 11:19:51 +0000 (13:19 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 25 Aug 2011 11:19:51 +0000 (13:19 +0200)
Makefile.PL

index be69e590b3afc39f56aebcb78b1a754cf440f30f..1392ee08f744e5f99523782f2854e3d165e306d1 100644 (file)
@@ -43,7 +43,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            => {