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

index 8622e14d833c73c029ad6ffa093f5c004d8b30b1..0b003b746bd78b7939b48c7a53ad3921a306c087 100644 (file)
@@ -124,7 +124,7 @@ WriteMakefile(
  MIN_PERL_VERSION => '5.010001',
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  XSPROTOARG       => '-noprototypes',