X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=Makefile.PL;h=932e352075cfeb251b4fe76393597b60c64bbbde;hp=5f8a9fddd9e31c913af348ac5e4db60c882d0727;hb=HEAD;hpb=41b56a84dc14873e4c9638d315b3fc525324c288 diff --git a/Makefile.PL b/Makefile.PL index 5f8a9fd..932e352 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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])/; @@ -58,8 +58,8 @@ if (is_outdated_dev_perl) { print STDERR < '5.010001', META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, XSPROTOARG => '-noprototypes',