Pacify perlcritic.

Per buildfarm.
This commit is contained in:
Tom Lane 2021-11-22 15:57:31 -05:00
parent c23796b1a6
commit b599b8f399
1 changed files with 3 additions and 0 deletions

View 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,