X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=40d487b9ed142e02eee7c29c5cafcc0d6e31323d;hb=179a89c5e930334a36793d264d48a4169e7d1c84;hp=0f5fccb05ddce8e386951266605a27920b5f5a61;hpb=c6f479c1cfb222821a7770155ee3fd18f44e0992;p=perl%2Fmodules%2Fsubs-auto.git diff --git a/Makefile.PL b/Makefile.PL index 0f5fccb..40d487b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,9 +27,9 @@ my %META = ( 'Test::More' => 0, %PREREQ_PM, }, - dynamic_config => 0, + 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", @@ -61,7 +61,7 @@ package MY; sub postamble { my $cv = join ' -coverage ', 'cover', - qw/statement branch condition path subroutine time/; + qw; <