mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +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:
@@ -9,7 +9,7 @@
|
||||
# Copyright (c) 2000-2024, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings FATAL => 'all';
|
||||
use Getopt::Long;
|
||||
|
||||
use FindBin;
|
||||
|
||||
Reference in New Issue
Block a user