X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=f2375ac20d96e6500d3c0542b3be20ef9b77a6ba;hb=113733df7078393ce0e35d02490ec926cd0af61c;hp=e5a8c9660b3c0aa1e3ab2ac8159d3f2f4eef2904;hpb=b43c3fc0fe6291fc7aa4c97c48fe0e29d312c071;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/Makefile.PL b/Makefile.PL index e5a8c96..f2375ac 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,7 +36,7 @@ my %META = ( }, dynamic_config => 0, 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", @@ -54,7 +54,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.006, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {