Skip to content

Commit 4c8e13e

Browse files
author
hackorum
committed
Apply perl.patch
1 parent b597835 commit 4c8e13e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/check_modules.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
use warnings FATAL => 'all';
1212
use Config;
1313

14-
use IPC::Run 0.79;
14+
use IPC::Run3 0.04;
1515

1616
# Test::More and Time::HiRes are supposed to be part of core Perl,
1717
# but some distros omit them in a minimal installation.
1818
use Test::More 0.98;
1919
use Time::HiRes 1.52;
2020

2121
# While here, we might as well report exactly what versions we found.
22-
diag("IPC::Run::VERSION: $IPC::Run::VERSION");
22+
diag("IPC::Run3::VERSION: $IPC::Run3::VERSION");
2323
diag("Test::More::VERSION: $Test::More::VERSION");
2424
diag("Time::HiRes::VERSION: $Time::HiRes::VERSION");
2525

0 commit comments

Comments
 (0)