projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8d53d
)
Pacify perlcritic.
author
Tom Lane
<
[email protected]
>
Sat, 8 Apr 2023 01:32:44 +0000
(21:32 -0400)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl
b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl
index 5426ffd000de702442360446484b389e71b794c2..6900987208f91284df4dba4915788bf0f0a4ed0e 100755
(executable)
--- 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;