X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=ce7623eb648cd16b3d00bafa1c67e1456ba44937;hb=3914f1474f2935fe7fae3efaf7b8a854779ffc4d;hp=13cdfd5013221638f2bb70d8366aadc3ba6ae66a;hpb=e95300815990978d4a3c496118514ee68dfecdaf;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index 13cdfd5..ce7623e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,7 +40,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", }, ); @@ -64,6 +64,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" }, );