X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=4a53d7a949449ec1e8de29cda9e926b1bef2f88d;hb=946b7a12e51f933695a4e3944a4978997e5da896;hp=ed2e049e1f88af060fae355c8cbc96ed3195d0a6;hpb=f3015fc0f10b75a7e7073d450605029e3cf83978;p=perl%2Fmodules%2Fsubs-auto.git diff --git a/Makefile.PL b/Makefile.PL index ed2e049..4a53d7a 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, ); @@ -61,7 +61,7 @@ package MY; sub postamble { my $cv = join ' -coverage ', 'cover', - qw/statement branch condition path subroutine time/; + qw; <