diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-11-22 15:57:31 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-11-22 15:57:43 -0500 |
commit | 72842a5756857a1ce6e2b2bd7a162cdf1a279fa9 (patch) | |
tree | 26f12142b8b2631871155978814209fbce7f1121 | |
parent | aedc4600d84dd1ebd9386e72ac78f329b8be4804 (diff) | |
download | postgresql-72842a5756857a1ce6e2b2bd7a162cdf1a279fa9.tar.gz postgresql-72842a5756857a1ce6e2b2bd7a162cdf1a279fa9.zip |
Pacify perlcritic.
Per buildfarm.
-rw-r--r-- | config/check_modules.pl | 3 |
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, |