Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Pacify perlcritic.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Nov 2021 20:57:31 +0000 (15:57 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Nov 2021 20:58:05 +0000 (15:58 -0500)
Per buildfarm.

config/check_modules.pl

index 3f300e8ae960a4f2a9a82ec02af472dde4ddf8a3..399ac5e3b63a9880105272bba5afd049e05ccd0d 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,