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

index 4b3e9fe45dff3b5aa46103e807acd415aad1798e..e00e6f155ec08a90abb75401d38cc1b1b32558ca 100644 (file)
@@ -59,7 +59,7 @@ WriteMakefile(
  MIN_PERL_VERSION => 5.008001,
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  clean            => {