1
0
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:
Peter Eisentraut
2024-05-15 09:44:05 +02:00
parent 54b69f1bd7
commit cc70e170c0
11 changed files with 11 additions and 11 deletions

View File

@@ -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;