Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2bfbad9

Browse files
committed
Remove useless dependencies in daitch_mokotoff_header.pl.
Actually, the correct fix for this is "we don't need this at all", because this program isn't dealing in any non-ASCII data. The dependency on Data::Dumper seems to be a leftover too. Discussion: https://postgr.es/m/3287943.1680922997@sss.pgh.pa.us
1 parent 3d4fa22 commit 2bfbad9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contrib/fuzzystrmatch/daitch_mokotoff_header.pl

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
use strict;
1212
use warnings;
1313

14-
use utf8;
15-
use open IO => ':encoding(UTF-8)', ':std';
16-
use Data::Dumper;
17-
1814
die "Usage: $0 OUTPUT_FILE\n" if @ARGV != 1;
1915
my $output_file = $ARGV[0];
2016

0 commit comments

Comments
 (0)