From edc627ae27632ae2be0e435aca02ed38005cb55f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 7 Apr 2023 21:32:44 -0400 Subject: [PATCH] Pacify perlcritic. Discussion: https://postgr.es/m/3271512.1680916423@sss.pgh.pa.us --- contrib/fuzzystrmatch/daitch_mokotoff_header.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2