From: Vincent Pit Date: Thu, 16 May 2013 15:41:07 +0000 (+0200) Subject: Update the bug tracker URL in META after the rt.perl.org upgrade X-Git-Tag: rt84649^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=0cee4e6aedf32dc658145a27802800044ece226d Update the bug tracker URL in META after the rt.perl.org upgrade This fixes RT #84649. --- diff --git a/Makefile.PL b/Makefile.PL index b0c82a6..b804661 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -70,7 +70,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",