X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=d2f4477e4fd4e313750bdecd0d2eac22929a2643;hb=0b178972fc915084c8d0ef020939b521bc9edaac;hp=710fb1ea0e43cb03fc952460552b9c1bcfc76e04;hpb=06cb3f3506161a118dc440264dcabcd612b9432c;p=perl%2Fmodules%2FLexical-Types.git diff --git a/Makefile.PL b/Makefile.PL index 710fb1e..d2f4477 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%2Fmodules%2F$dist.git", }, );