projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b126c6
)
Pacify perlcritic.
author
Tom Lane
<
[email protected]
>
Mon, 22 Nov 2021 20:57:31 +0000
(15:57 -0500)
committer
Tom Lane
<
[email protected]
>
Mon, 22 Nov 2021 20:57:31 +0000
(15:57 -0500)
Per buildfarm.
config/check_modules.pl
patch
|
blob
|
blame
|
history
diff --git
a/config/check_modules.pl
b/config/check_modules.pl
index d5d9ac28c9643b5c133bc96c4227511c254ad35f..cc0a7ab0e7a39a733413248e9b49de6224ff843f 100644
(file)
--- 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,