mirror of
https://github.com/postgres/postgres.git
synced 2026-03-28 13:23:48 -04:00
Address perlcritic complaint in response to 906a046972
This commit is contained in:
parent
8a1a1d6ab8
commit
698ab40469
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue