mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Pacify perlcritic.
Discussion: https://postgr.es/m/3271512.1680916423@sss.pgh.pa.us
This commit is contained in:
parent
ac8d53dae5
commit
edc627ae27
@ -12,7 +12,7 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
use utf8;
|
||||
use open IO => ':utf8', ':std';
|
||||
use open IO => ':encoding(UTF-8)', ':std';
|
||||
use Data::Dumper;
|
||||
|
||||
die "Usage: $0 OUTPUT_FILE\n" if @ARGV != 1;
|
||||
|
Loading…
Reference in New Issue
Block a user