From: Tom Lane Date: Mon, 22 Nov 2021 20:57:31 +0000 (-0500) Subject: Pacify perlcritic. X-Git-Tag: REL_11_15~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22d2b6611caa4d191131b5d933369181b5e4a03f;p=thirdparty%2Fpostgresql.git Pacify perlcritic. Per buildfarm. --- 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,