Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead5c36
)
Pacify perlcritic.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 22 Nov 2021 20:57:31 +0000
(15:57 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 22 Nov 2021 20:58:05 +0000
(15:58 -0500)
Per buildfarm.
config/check_modules.pl
patch
|
blob
|
blame
|
history
diff --git
a/config/check_modules.pl
b/config/check_modules.pl
index 3f300e8ae960a4f2a9a82ec02af472dde4ddf8a3..399ac5e3b63a9880105272bba5afd049e05ccd0d 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,