Tom Lane 2 years ago
parent ac8d53dae5
commit edc627ae27
  1. 2
      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;

Loading…
Cancel
Save