X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=Makefile.PL;h=39d91cebb8e7753d73a8fd7569a7d1fc5802878e;hp=202071d32d759df1729caaf79f39f53337509a77;hb=HEAD;hpb=1f7e2b57ff41bebac83b89c3e1cbadecd872c1ae diff --git a/Makefile.PL b/Makefile.PL index 202071d..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,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,