Skip to content

Commit db3a660

Browse files
committed
Pacify perlcritic.
Per buildfarm.
1 parent 0b126c6 commit db3a660

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/check_modules.pl

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# (The required minimum versions are all quite ancient now,
55
# but specify them anyway for documentation's sake.)
66
#
7+
use strict;
8+
use warnings;
9+
710
use IPC::Run 0.79;
811

912
# Test::More and Time::HiRes are supposed to be part of core Perl,

0 commit comments

Comments
 (0)