X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=288e8e2c72bb3fe03e6b050f137c71ebb7ed498d;hb=dd42b82065da0bed8baab234c38e386a4edf7751;hp=710fb1ea0e43cb03fc952460552b9c1bcfc76e04;hpb=06cb3f3506161a118dc440264dcabcd612b9432c;p=perl%2Fmodules%2FLexical-Types.git diff --git a/Makefile.PL b/Makefile.PL index 710fb1e..288e8e2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,12 +13,13 @@ my %META = ( build_requires => { 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, + 'constant' => 0, }, resources => { bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', - repository => "http://git.profvince.com/perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl/modules/$dist.git", }, );