X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=ed2e049e1f88af060fae355c8cbc96ed3195d0a6;hb=f3015fc0f10b75a7e7073d450605029e3cf83978;hp=403cdef833f177f0d1659f01f02af161a4742e81;hpb=aee8fd7bbe2d038edc6dac2071bb081617ed849c;p=perl%2Fmodules%2Fsubs-auto.git diff --git a/Makefile.PL b/Makefile.PL index 403cdef..ed2e049 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,9 +12,10 @@ my $dist = 'subs-auto'; $file = "lib/$file.pm"; my %PREREQ_PM = ( + 'B::Keywords' => 0, 'Carp' => 0, - 'Symbol' => 0, 'Variable::Magic' => '0.08', + 'XSLoader' => 0, ); my %META = (