There was an error while loading. Please reload this page.
1 parent b597835 commit 4c8e13eCopy full SHA for 4c8e13e
1 file changed
config/check_modules.pl
@@ -11,15 +11,15 @@
11
use warnings FATAL => 'all';
12
use Config;
13
14
-use IPC::Run 0.79;
+use IPC::Run3 0.04;
15
16
# Test::More and Time::HiRes are supposed to be part of core Perl,
17
# but some distros omit them in a minimal installation.
18
use Test::More 0.98;
19
use Time::HiRes 1.52;
20
21
# While here, we might as well report exactly what versions we found.
22
-diag("IPC::Run::VERSION: $IPC::Run::VERSION");
+diag("IPC::Run3::VERSION: $IPC::Run3::VERSION");
23
diag("Test::More::VERSION: $Test::More::VERSION");
24
diag("Time::HiRes::VERSION: $Time::HiRes::VERSION");
25
0 commit comments