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:59 -0500
commit72582531b8031bb1aada7a4dd6914c880677ea38 (patch)
tree5e2374931ecfffb9f8db103281d66e393ae10c10
parent1e7f588ad625ac5a14ef7c735cbce13b9d3f5be6 (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,