X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=a4d5bc625353d910938dfcab5073d56ceebf93a8;hb=322e017efffd73fa5b61dc33125e08e74eda737b;hp=9f6aac42634e6f4b66a80ec9001e91a3ea55816b;hpb=17f4b77eacf0c644e07c8467e6b1a19dad1b2753;p=perl%2Fmodules%2FBit-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index 9f6aac4..a4d5bc6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,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", }, ); @@ -41,6 +41,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" }, );