We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b126c6 commit db3a660Copy full SHA for db3a660
config/check_modules.pl
@@ -4,6 +4,9 @@
4
# (The required minimum versions are all quite ancient now,
5
# but specify them anyway for documentation's sake.)
6
#
7
+use strict;
8
+use warnings;
9
+
10
use IPC::Run 0.79;
11
12
# Test::More and Time::HiRes are supposed to be part of core Perl,
0 commit comments