mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03: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 warnings;
|
||||||
|
|
||||||
use utf8;
|
use utf8;
|
||||||
use open IO => ':utf8', ':std';
|
use open IO => ':encoding(UTF-8)', ':std';
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
|
|
||||||
die "Usage: $0 OUTPUT_FILE\n" if @ARGV != 1;
|
die "Usage: $0 OUTPUT_FILE\n" if @ARGV != 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user