X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=cd4b76283940ea2ada6154f4548b45f9208c24b1;hb=ca8eca27f27c14e65e67ffce2fa1447eee64c5c1;hp=202071d32d759df1729caaf79f39f53337509a77;hpb=1f7e2b57ff41bebac83b89c3e1cbadecd872c1ae;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Makefile.PL b/Makefile.PL index 202071d..cd4b762 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -127,7 +127,7 @@ my %PREREQ_PM = ( 'File::HomeDir' => '0.86', 'File::Path' => 0, 'File::Spec' => 0, - 'File::Temp' => '0.14', # OO interface + 'File::Temp' => '0.19', # ->newdir in tests 'Filter::Util::Call' => 0, 'Fcntl' => 0, 'IO::Select' => 0, @@ -150,7 +150,11 @@ my %CONFIGURE_REQUIRES = ( my %BUILD_REQUIRES = ( %CONFIGURE_REQUIRES, - 'File::Temp' => 0, + 'File::Temp' => '0.19', # ->newdir in tests + 'IO::Handle' => 0, + 'IO::Select' => 0, + 'IPC::Open3' => 0, + 'Socket' => 0, 'Test::More' => 0, 'base' => 0, 'lib' => 0,