X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=Makefile.PL;h=39d91cebb8e7753d73a8fd7569a7d1fc5802878e;hp=f716fe24c1d96b641ea3af6cc928b0b899bdafcd;hb=HEAD;hpb=e951f5150045a3417c546dd3a75078090925b6bf diff --git a/Makefile.PL b/Makefile.PL index f716fe2..39d91ce 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -124,10 +124,11 @@ my %PREREQ_PM = ( 'Carp' => 0, 'Digest::MD5' => 0, 'Env::Sanctify' => 0, + 'ExtUtils::MM' => 0, '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 +140,7 @@ my %PREREQ_PM = ( 'Test::More' => 0, 'XML::Twig' => 0, 'base' => 0, - 'version' => 0, + 'overload' => 0, ); my %CONFIGURE_REQUIRES = ( @@ -150,7 +151,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,