summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-11-22 15:57:31 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2021-11-22 15:57:52 -0500
commitb542e4596e339b8a6ca94723f35ccc1667dbc306 (patch)
treee1b453e83cfe757c51e5c570def827da3b144d5b
parent6fc8b145e74303bfba6bd21fd7c33d343ee37d44 (diff)
Pacify perlcritic.
Per buildfarm.
-rw-r--r--config/check_modules.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/check_modules.pl b/config/check_modules.pl
index 3f300e8ae96..399ac5e3b63 100644
--- a/config/check_modules.pl
+++ b/config/check_modules.pl
@@ -4,6 +4,9 @@
# (The required minimum versions are all quite ancient now,
# but specify them anyway for documentation's sake.)
#
+use strict;
+use warnings;
+
use IPC::Run 0.79;
# Test::More and Time::HiRes are supposed to be part of core Perl,