X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=333dac0c4def2bb379555699cb1d0c12a0ae6fa1;hb=e6ff1534ace858986b43cfdbe20a3d86346a628b;hp=539884e6d8a1dafb2072d9821ff468491f21d18c;hpb=b263ea7b53b7c555bb386abaa527319b011700fc;p=perl%2Fmodules%2FSub-Op.git diff --git a/Makefile.PL b/Makefile.PL index 539884e..333dac0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,7 +15,7 @@ my %PREREQ_PM = ( 'B::Hooks::EndOfScope' => 0, 'DynaLoader' => 0, 'Scalar::Util' => 0, - 'Variable::Magic' => '0.39', + 'Variable::Magic' => '0.40', ); my %META = ( @@ -24,6 +24,7 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, }, build_requires => { + 'B::Deparse' => 0, 'Cwd' => 0, 'ExtUtils::Depends' => 0, 'ExtUtils::MakeMaker' => 0,