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

index 40d487b9ed142e02eee7c29c5cafcc0d6e31323d..eeaaba62e1b2425a416f1f0e61ea27ba8b500ab9 100644 (file)
@@ -47,7 +47,7 @@ WriteMakefile(
  MIN_PERL_VERSION => 5.010,
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  clean            => {