X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=blobdiff_plain;f=Makefile.PL;h=eee03c048ea51748bf74c7ae24f3fa83c8d9046e;hp=070d4a2a5f1583ce803f41e32f641a76238c5fc9;hb=de3f3bee22ff348fbf2b3e8b2e43ce60a1bf8237;hpb=36e9a23bcebc4bf48ec776dbfd3c8a888c560474 diff --git a/Makefile.PL b/Makefile.PL index 070d4a2..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", }, ); @@ -43,6 +44,6 @@ WriteMakefile( COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => { - FILES => "$dist-* *.gcov *.gcda *.gcno cover_db" + FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt" }, );