X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=298c1906c3d20e1407900db8c3d75c940b379457;hb=1875989c782f2570754b4da3be87f58588b78a6b;hp=09736d20aab062326dccb8f6cd2454641c67d6e5;hpb=2ed6f5536fe2fb36513a5b953a8dd5a9000d5a92;p=perl%2Fmodules%2Fwith.git diff --git a/Makefile.PL b/Makefile.PL index 09736d2..298c190 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,7 +30,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", @@ -48,7 +48,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.009004, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {