]> git.vpit.fr Git - perl/modules/Sub-Prototype-Util.git/commitdiff
Encode the README file in UTF-8
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 12:52:27 +0000 (14:52 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 12:52:27 +0000 (14:52 +0200)
Makefile.PL

index 3c1407b8f04d183c1fe2de08f82d766da38db623..dc8d222cf8bca5af3d5461524567a8673d82d17b 100644 (file)
@@ -47,7 +47,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            => {