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

index f38e11736a2496a6486cc7d990a5ed273f42bc4d..5f455a61c118761b1fe9e269e95f99083bd0ddd4 100644 (file)
@@ -46,7 +46,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            => {