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

index 3f40eb41b2288fb0fa361a3bdf665d4a06b78efc..1ce09ffc9da58b2c6c1c435c5324a8308a2345cb 100644 (file)
@@ -53,7 +53,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            => {