X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=Makefile.PL;h=f716fe24c1d96b641ea3af6cc928b0b899bdafcd;hp=202071d32d759df1729caaf79f39f53337509a77;hb=e951f5150045a3417c546dd3a75078090925b6bf;hpb=3a312e2c6e7fdc7be70dcc8ccca604e7c62699f5 diff --git a/Makefile.PL b/Makefile.PL index 202071d..f716fe2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -151,6 +151,10 @@ my %CONFIGURE_REQUIRES = ( 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,