mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Make all Perl warnings fatal, catch-up
Apply c538592959
to new Perl files that had missed the note.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings FATAL => 'all';
|
||||
use PostgreSQL::Test::Utils;
|
||||
use Test::More;
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings FATAL => 'all';
|
||||
use File::Compare;
|
||||
use PostgreSQL::Test::Cluster;
|
||||
use PostgreSQL::Test::Utils;
|
||||
|
Reference in New Issue
Block a user