From: Tom Lane Date: Sat, 8 Apr 2023 01:32:44 +0000 (-0400) Subject: Pacify perlcritic. X-Git-Tag: REL_16_BETA1~264 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=edc627ae27632ae2be0e435aca02ed38005cb55f;p=postgresql.git Pacify perlcritic. Discussion: https://postgr.es/m/3271512.1680916423@sss.pgh.pa.us --- diff --git a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl index 5426ffd000d..6900987208f 100755 --- a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl +++ b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl @@ -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;