From: Vincent Pit Date: Mon, 9 Feb 2009 16:16:46 +0000 (+0100) Subject: Carp is also a build dependency X-Git-Tag: v0.30~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=e80594f5e18d9d90117bfb3bb69ed1a1c80781e0 Carp is also a build dependency --- diff --git a/Makefile.PL b/Makefile.PL index 3614cf9..8e0a442 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,6 +51,7 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, }, build_requires => { + 'Carp' => 0, 'Config' => 0, 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0,