X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=323e83d94bb2c919578309ef457ed20f1a047186;hb=2b20d42614a377d4c8c6287d89915a413b2ef4f9;hp=35eea0c4213bb62a8945d9d454f50d7d1befd226;hpb=12277e85746cb2d277220aaa385e4af38219842d;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Makefile.PL b/Makefile.PL index 35eea0c..323e83d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -75,6 +75,7 @@ my %BUILD_REQUIRES = ( 'Config' => 0, 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, + 'lib' => 0, %PREREQ_PM, ); @@ -88,7 +89,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",