From: Vincent Pit Date: Wed, 26 Aug 2009 15:59:34 +0000 (+0200) Subject: Add two missing dependencies for the suppressions trainer X-Git-Tag: v1.10~22 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=b90507ca14e09b450113be587662f1b66d2671cc Add two missing dependencies for the suppressions trainer --- diff --git a/Makefile.PL b/Makefile.PL index ce1b997..3ffa8fb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -67,10 +67,12 @@ my %PREREQ_PM = ( 'File::Temp' => '0.14', # OO interface 'Filter::Util::Call' => 0, 'Fcntl' => 0, + 'List::Util' => 0, 'POSIX' => 0, 'Perl::Destruct::Level' => 0, 'Scalar::Util' => 0, 'Test::Builder' => 0, + 'Test::More' => 0, 'XML::Twig' => 0, 'base' => 0, 'version' => 0,