mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 12:50:55 -05:00
Pacify perlcritic.
Per buildfarm.
This commit is contained in:
parent
6fc8b145e7
commit
b542e4596e
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue