]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/blobdiff - Makefile.PL
Correct two prototypes on 5.20
[perl/modules/re-engine-Hooks.git] / Makefile.PL
index 5f8a9fddd9e31c913af348ac5e4db60c882d0727..ff72fbfc5319abcfa807538dcba44375bd94fe52 100644 (file)
@@ -1,4 +1,4 @@
-use 5.010001;
+use 5.010_001;
 
 use strict;
 use warnings;
@@ -37,14 +37,14 @@ 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",
  },
 );
 
-my $latest_dev_rev = 19;
+my $latest_dev_rev = 23;
 
 sub is_outdated_dev_perl {
  my ($rev) = "$]" =~ /^5\.([0-9]{2}[13579])/;
@@ -124,7 +124,7 @@ WriteMakefile(
  MIN_PERL_VERSION => '5.010001',
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  XSPROTOARG       => '-noprototypes',