From: Vincent Pit Date: Fri, 13 Nov 2015 12:45:38 +0000 (-0200) Subject: Also list the VPIT::TestHelpers capture prerequisites in BUILD_REQUIRES X-Git-Tag: rt108873~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=e951f5150045a3417c546dd3a75078090925b6bf Also list the VPIT::TestHelpers capture prerequisites in BUILD_REQUIRES --- 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,