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

index 1c5c428370cef5598b9dd3158304139b31be1bae..0573f82d82c6fd3771e768eb88836a92992e9854 100644 (file)
@@ -87,7 +87,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            => {