1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Use 'use strict' in all Perl programs

This commit is contained in:
Peter Eisentraut
2016-12-04 12:00:00 -05:00
parent 175ff6598e
commit 933b46644c
10 changed files with 84 additions and 54 deletions

View File

@ -2,6 +2,8 @@
# doc/src/sgml/mk_feature_tables.pl
use strict;
my $yesno = $ARGV[0];
open PACK, $ARGV[1] or die;