From: Vincent Pit <vince@profvince.com>
Date: Wed, 7 Aug 2013 14:19:38 +0000 (-0300)
Subject: Update the bug tracker URL in META after the rt.perl.org upgrade
X-Git-Tag: v0.06~7
X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=3828867a59d9875a6dcea56a671f9965c817c217;p=perl%2Fmodules%2FB-RecDeparse.git

Update the bug tracker URL in META after the rt.perl.org upgrade
---

diff --git a/Makefile.PL b/Makefile.PL
index fd80616..ee90199 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -29,7 +29,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",