X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=f83bd21802ab4d1c6f8c9c86d6de3646d0ffc41e;hb=73c6a3bf03454eb43bf2d439b90dfe924cecd87a;hp=4ac4acd9fb0a782d6316df2cc19e1d4b21db2cc7;hpb=fd8f96744450035480da77f9f1371e1e651d9d96;p=perl%2Fmodules%2FSub-Nary.git diff --git a/Makefile.PL b/Makefile.PL index 4ac4acd..f83bd21 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", }, );