X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=35627d2037f4a13920f723292865e47416049852;hb=5dd4ffc1370138eb1e9501f82a69f98208e4c0ff;hp=f716fe24c1d96b641ea3af6cc928b0b899bdafcd;hpb=e951f5150045a3417c546dd3a75078090925b6bf;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Makefile.PL b/Makefile.PL index f716fe2..35627d2 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, @@ -139,7 +139,7 @@ my %PREREQ_PM = ( 'Test::More' => 0, 'XML::Twig' => 0, 'base' => 0, - 'version' => 0, + 'overload' => 0, ); my %CONFIGURE_REQUIRES = ( @@ -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,