]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - Makefile.PL
Encode the README file in UTF-8
[perl/modules/Sub-Nary.git] / 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            => {