]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Also list the VPIT::TestHelpers capture prerequisites in BUILD_REQUIRES
authorVincent Pit <perl@profvince.com>
Fri, 13 Nov 2015 12:45:38 +0000 (10:45 -0200)
committerVincent Pit <perl@profvince.com>
Fri, 13 Nov 2015 12:45:38 +0000 (10:45 -0200)
Makefile.PL

index 202071d32d759df1729caaf79f39f53337509a77..f716fe24c1d96b641ea3af6cc928b0b899bdafcd 100644 (file)
@@ -151,6 +151,10 @@ my %CONFIGURE_REQUIRES = (
 my %BUILD_REQUIRES = (
  %CONFIGURE_REQUIRES,
  'File::Temp'          => 0,
 my %BUILD_REQUIRES = (
  %CONFIGURE_REQUIRES,
  'File::Temp'          => 0,
+ 'IO::Handle'          => 0,
+ 'IO::Select'          => 0,
+ 'IPC::Open3'          => 0,
+ 'Socket'              => 0,
  'Test::More'          => 0,
  'base'                => 0,
  'lib'                 => 0,
  'Test::More'          => 0,
  'base'                => 0,
  'lib'                 => 0,