X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=Makefile.PL;h=cd4b76283940ea2ada6154f4548b45f9208c24b1;hp=f716fe24c1d96b641ea3af6cc928b0b899bdafcd;hb=ca8eca27f27c14e65e67ffce2fa1447eee64c5c1;hpb=aa878ce1d2bcea2391756feff7a015a117083a57 diff --git a/Makefile.PL b/Makefile.PL index f716fe2..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,7 @@ 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,