Pacify perlcritic.
authorTom Lane <[email protected]>
Mon, 22 Nov 2021 20:57:31 +0000 (15:57 -0500)
committerTom Lane <[email protected]>
Mon, 22 Nov 2021 20:57:31 +0000 (15:57 -0500)
Per buildfarm.

config/check_modules.pl

index d5d9ac28c9643b5c133bc96c4227511c254ad35f..cc0a7ab0e7a39a733413248e9b49de6224ff843f 100644 (file)
@@ -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,