X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=5a18d74e1a7a8bdd20bc9a4006c23400bf316d31;hb=9e908bb3ea82bae7b7a0c203b01f351d5e34de8c;hp=ed2e049e1f88af060fae355c8cbc96ed3195d0a6;hpb=f3015fc0f10b75a7e7073d450605029e3cf83978;p=perl%2Fmodules%2Fsubs-auto.git diff --git a/Makefile.PL b/Makefile.PL index ed2e049..5a18d74 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,7 @@ $file = "lib/$file.pm"; my %PREREQ_PM = ( 'B::Keywords' => 0, 'Carp' => 0, - 'Variable::Magic' => '0.08', + 'Variable::Magic' => '0.31', 'XSLoader' => 0, ); @@ -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; <