]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Makefile.PL
Encode the README file in UTF-8
[perl/modules/re-engine-Plugin.git] / Makefile.PL
index 632a286985f051ca81de8741ac027569b32d1450..665168cbf5679678d15675cc8c5cd0db8143b3eb 100644 (file)
@@ -30,9 +30,9 @@ my %META = (
   'Test::More'          => 0,
   %PREREQ_PM,
  },
- dynamic_config => 0,
+ 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",
@@ -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            => {