From: Vincent Pit Date: Mon, 4 Jan 2010 14:54:36 +0000 (+0100) Subject: B::Deparse is also a build_requires (even if it's not used) X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=commitdiff_plain;h=e6ff1534ace858986b43cfdbe20a3d86346a628b B::Deparse is also a build_requires (even if it's not used) --- diff --git a/Makefile.PL b/Makefile.PL index 9ad9836..333dac0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,6 +24,7 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, }, build_requires => { + 'B::Deparse' => 0, 'Cwd' => 0, 'ExtUtils::Depends' => 0, 'ExtUtils::MakeMaker' => 0,