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

index 401711606b91e243cdcbc5c192311be1110ccecd..a4b3652675deb8f1d31ecb029e88e5e23e2ef3e0 100644 (file)
@@ -46,7 +46,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            => {