summaryrefslogtreecommitdiff
path: root/config
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:31 -0500
commitdb3a660c6327a6df81a55c4aa86e6c0837ecd505 (patch)
treeea4fda1249662c0afba951e0f0fd496fd82e5e56 /config
parent0b126c6a4b00972f2f3533e1718bbe297e2851c2 (diff)
downloadpostgresql-db3a660c6327a6df81a55c4aa86e6c0837ecd505.tar.gz
Pacify perlcritic.
Per buildfarm.
Diffstat (limited to 'config')
-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 d5d9ac28c9..cc0a7ab0e7 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,