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:
@ -2,6 +2,8 @@
|
||||
|
||||
# doc/src/sgml/mk_feature_tables.pl
|
||||
|
||||
use strict;
|
||||
|
||||
my $yesno = $ARGV[0];
|
||||
|
||||
open PACK, $ARGV[1] or die;
|
||||
|
Reference in New Issue
Block a user