Pacify perlcritic.

Discussion: https://postgr.es/m/3271512.1680916423@sss.pgh.pa.us
This commit is contained in:
Tom Lane 2023-04-07 21:32:44 -04:00
parent ac8d53dae5
commit edc627ae27
1 changed files with 1 additions and 1 deletions

View File

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