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

index 87c65087d905fa2b476c7e84d03939e07827b262..e04d6cccd2066bd63f2c445199a13d5db96ed749 100644 (file)
@@ -48,7 +48,7 @@ WriteMakefile(
  MIN_PERL_VERSION => 5.006,
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz',
  },
  clean            => {