Address perlcritic complaint in response to 906a046972

This commit is contained in:
Andres Freund 2026-03-26 15:03:47 -04:00
parent 8a1a1d6ab8
commit 698ab40469

View file

@ -10,6 +10,9 @@ TestAio - helpers for writing AIO related tests
package TestAio;
use strict;
use warnings FATAL => 'all';
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
use Test::More;