]> git.vpit.fr Git - perl/modules/subs-auto.git/blobdiff - Makefile.PL
Use the op_info feature to prevent hooking of method calls
[perl/modules/subs-auto.git] / Makefile.PL
index 7927178383b668f2db3e501657811ac3848a4269..0f5fccb05ddce8e386951266605a27920b5f5a61 100644 (file)
@@ -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 = (