]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Add two missing dependencies for the suppressions trainer
authorVincent Pit <vince@profvince.com>
Wed, 26 Aug 2009 15:59:34 +0000 (17:59 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 26 Aug 2009 15:59:34 +0000 (17:59 +0200)
Makefile.PL

index ce1b99779a1d810c8571b6e6666a8911d74250cc..3ffa8fbdaa4b9204ab0853dfb75cdce4e0566e5e 100644 (file)
@@ -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,