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

index 575ef6e93b8ce9f03bd10cfc5e5b7208f6745acb..665168cbf5679678d15675cc8c5cd0db8143b3eb 100644 (file)
@@ -51,7 +51,7 @@ WriteMakefile(
  MIN_PERL_VERSION => 5.010,
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => 'pod2text Plugin.pod > $(DISTVNAME)/README',
+  PREOP    => 'pod2text -u Plugin.pod > $(DISTVNAME)/README',
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  clean            => {