diff --git a/config/check_modules.pl b/config/check_modules.pl index 611f3a673fd..f3c2080a4d8 100644 --- a/config/check_modules.pl +++ b/config/check_modules.pl @@ -8,7 +8,7 @@ use strict; use warnings; use Config; -use IPC::Run 0.79; +use IPC::Run3 0.04; # Test::More and Time::HiRes are supposed to be part of core Perl, # but some distros omit them in a minimal installation. @@ -16,7 +16,7 @@ use Test::More 0.98; use Time::HiRes 1.52; # While here, we might as well report exactly what versions we found. -diag("IPC::Run::VERSION: $IPC::Run::VERSION"); +diag("IPC::Run3::VERSION: $IPC::Run3::VERSION"); diag("Test::More::VERSION: $Test::More::VERSION"); diag("Time::HiRes::VERSION: $Time::HiRes::VERSION");