X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=f716fe24c1d96b641ea3af6cc928b0b899bdafcd;hb=e951f5150045a3417c546dd3a75078090925b6bf;hp=202071d32d759df1729caaf79f39f53337509a77;hpb=1f7e2b57ff41bebac83b89c3e1cbadecd872c1ae;p=perl%2Fmodules%2FTest-Valgrind.git 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,