X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=4a53d7a949449ec1e8de29cda9e926b1bef2f88d;hb=946b7a12e51f933695a4e3944a4978997e5da896;hp=7927178383b668f2db3e501657811ac3848a4269;hpb=966c26dceba593e4ccb48ea0fd521c3a7d403330;p=perl%2Fmodules%2Fsubs-auto.git diff --git a/Makefile.PL b/Makefile.PL index 7927178..4a53d7a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,8 +14,8 @@ $file = "lib/$file.pm"; my %PREREQ_PM = ( 'B::Keywords' => 0, 'Carp' => 0, - 'Symbol' => 0, - 'Variable::Magic' => '0.08', + 'Variable::Magic' => '0.31', + 'XSLoader' => 0, ); my %META = ( @@ -61,7 +61,7 @@ package MY; sub postamble { my $cv = join ' -coverage ', 'cover', - qw/statement branch condition path subroutine time/; + qw; <