X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Context.git;a=blobdiff_plain;f=Makefile.PL;h=18e7a18da1f745947967cbcea3024b10b242e8ec;hp=ed310485b92f503f17270053d16024a71b8e75b6;hb=HEAD;hpb=148e57967c3b117f2744a6d78f5410f82bdd7fc1 diff --git a/Makefile.PL b/Makefile.PL index ed31048..18e7a18 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,8 +12,10 @@ my $dist = 'Scope-Context'; $file = "lib/$file.pm"; my %PREREQ_PM = ( + 'Carp' => 0, 'Scope::Upper' => '0.21', 'Scalar::Util' => 0, + 'overload' => 0, ); my %BUILD_REQUIRES = ( @@ -31,7 +33,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",