X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=f716fe24c1d96b641ea3af6cc928b0b899bdafcd;hb=aa878ce1d2bcea2391756feff7a015a117083a57;hp=f6fb3bea9af2dc01dedc6c2d25d5ef81f55a1841;hpb=f1aad8ec2ce1d9605f720789dbb48fb3afbec3e8;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Makefile.PL b/Makefile.PL index f6fb3be..f716fe2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -130,6 +130,7 @@ my %PREREQ_PM = ( 'File::Temp' => '0.14', # OO interface 'Filter::Util::Call' => 0, 'Fcntl' => 0, + 'IO::Select' => 0, 'List::Util' => 0, 'POSIX' => 0, 'Perl::Destruct::Level' => 0, @@ -150,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,