X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=fe2b2879843e3db2b1d0052fd22e002c112ed1e2;hb=1df620d46eeecc24a77d1914abb3e57b2ff50346;hp=8eec1e27463f77b32b976f47908e0c0c929f2933;hpb=20ecc90aa6c17a07fd1200d0bf72d5918e53e106;p=perl%2Fmodules%2Frgit.git diff --git a/Makefile.PL b/Makefile.PL index 8eec1e2..fe2b287 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -38,7 +38,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", @@ -57,7 +57,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.008, META_MERGE => \%META, dist => { - PREOP => 'pod2text bin/rgit > $(DISTVNAME)/README', + PREOP => 'pod2text -u bin/rgit > $(DISTVNAME)/README', COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {