X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=e899afd8dd3592e784c952ecb0c52e2a775f2a7f;hb=ff73554db7dfa71f3d4703b87f08b0f83865cc2f;hp=070d4a2a5f1583ce803f41e32f641a76238c5fc9;hpb=36e9a23bcebc4bf48ec776dbfd3c8a888c560474;p=perl%2Fmodules%2Fwith.git diff --git a/Makefile.PL b/Makefile.PL index 070d4a2..e899afd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,7 @@ my %META = ( 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", }, ); @@ -43,6 +43,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" }, );