]> git.vpit.fr Git - perl/modules/subs-auto.git/blobdiff - Makefile.PL
Encode the README file in UTF-8
[perl/modules/subs-auto.git] / Makefile.PL
index 5a18d74e1a7a8bdd20bc9a4006c23400bf316d31..eeaaba62e1b2425a416f1f0e61ea27ba8b500ab9 100644 (file)
@@ -29,7 +29,7 @@ my %META = (
  },
  dynamic_config => 1,
  resources => {
-  bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist",
+  bugtracker => "http://rt.cpan.org/Dist/Display.html?Name=$dist",
   homepage   => "http://search.cpan.org/dist/$dist/",
   license    => 'http://dev.perl.org/licenses/',
   repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git",
@@ -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            => {