]> git.vpit.fr Git - perl/modules/IPC-MorseSignals.git/commitdiff
Encode the README file in UTF-8
authorVincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:27:53 +0000 (17:27 -0300)
committerVincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:27:53 +0000 (17:27 -0300)
Makefile.PL

index 3f35f0b611a8d032305f151b61af8ff285893983..6d7910a54dcd437f5b5cd31e6fc50fb8c6568287 100644 (file)
@@ -70,7 +70,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            => {