]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Address perlcritic complaint in response to 906a0469728
authorAndres Freund <andres@anarazel.de>
Thu, 26 Mar 2026 19:03:47 +0000 (15:03 -0400)
committerAndres Freund <andres@anarazel.de>
Thu, 26 Mar 2026 19:03:47 +0000 (15:03 -0400)
src/test/modules/test_aio/t/TestAio.pm

index 5bc80a9b130d54e67f29a12f27db8408a53969eb..c150118d033e67935cf3ff2b5ac26770908f12ba 100644 (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;