]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Encode the README file in UTF-8
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 12:52:54 +0000 (14:52 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 12:52:54 +0000 (14:52 +0200)
Makefile.PL

index ad049a74fe5b518fe698ff114f1a492bea4411a7..fe93d2121134d38e577b613faded2e543190ed12 100644 (file)
@@ -107,7 +107,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            => {