X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=340230745f91655f3481f38fcfc80d0ac1723fcc;hb=a0eeae209119b07c3961d3432055eccf84b3b37c;hp=4393808f8aec7aff57f1c3284b653fad57dadba3;hpb=2ca2925dc02c506e0c026e262bbcb4e7a1e18b27;p=perl%2Fmodules%2FLexical-Types.git diff --git a/Makefile.PL b/Makefile.PL index 4393808..3402307 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -71,7 +71,7 @@ my %META = ( }, dynamic_config => 1, resources => { - bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", + bugtracker => "http://rt.cpan.org/Dist/Display.html?Name=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", @@ -95,7 +95,7 @@ WriteMakefile( COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => { - FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt" + FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt*" }, %macro, );