Pacify perlcritic.
authorTom Lane <[email protected]>
Sat, 8 Apr 2023 01:32:44 +0000 (21:32 -0400)
committerTom Lane <[email protected]>
Sat, 8 Apr 2023 01:33:05 +0000 (21:33 -0400)
Discussion: https://postgr.es/m/3271512.1680916423@sss.pgh.pa.us

contrib/fuzzystrmatch/daitch_mokotoff_header.pl

index 5426ffd000de702442360446484b389e71b794c2..6900987208f91284df4dba4915788bf0f0a4ed0e 100755 (executable)
@@ -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;