X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=0b003b746bd78b7939b48c7a53ad3921a306c087;hb=d5257287196a43aabbde52e3c09581d5da24b50d;hp=5f8a9fddd9e31c913af348ac5e4db60c882d0727;hpb=41b56a84dc14873e4c9638d315b3fc525324c288;p=perl%2Fmodules%2Fre-engine-Hooks.git diff --git a/Makefile.PL b/Makefile.PL index 5f8a9fd..0b003b7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,7 +37,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", @@ -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',