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

index 1432b5f316feef12978e4340220dd70bf79892b7..ea0d1cd67bf9577c02a477741b3c4d3dbd58c832 100644 (file)
@@ -47,7 +47,7 @@ WriteMakefile(
  MIN_PERL_VERSION => 5.008,
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  clean            => {