X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=blobdiff_plain;f=Makefile.PL;h=eee03c048ea51748bf74c7ae24f3fa83c8d9046e;hp=b331f67c9786f0a18f94f8a9e68c4a2ae582fb0c;hb=de3f3bee22ff348fbf2b3e8b2e43ce60a1bf8237;hpb=eb11647019b25ffd2859588ae3dd6d9667955aa3 diff --git a/Makefile.PL b/Makefile.PL index b331f67..eee03c0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,11 +14,12 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, }, + dynamic_config => 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", }, );