X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=5a18d74e1a7a8bdd20bc9a4006c23400bf316d31;hb=9e908bb3ea82bae7b7a0c203b01f351d5e34de8c;hp=0f5fccb05ddce8e386951266605a27920b5f5a61;hpb=c6f479c1cfb222821a7770155ee3fd18f44e0992;p=perl%2Fmodules%2Fsubs-auto.git diff --git a/Makefile.PL b/Makefile.PL index 0f5fccb..5a18d74 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,7 +27,7 @@ my %META = ( 'Test::More' => 0, %PREREQ_PM, }, - dynamic_config => 0, + dynamic_config => 1, resources => { bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", homepage => "http://search.cpan.org/dist/$dist/", @@ -61,7 +61,7 @@ package MY; sub postamble { my $cv = join ' -coverage ', 'cover', - qw/statement branch condition path subroutine time/; + qw; <