Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2bfbad9

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. Thedependency on Data::Dumper seems to be a leftover too.Discussion:https://postgr.es/m/3287943.1680922997@sss.pgh.pa.us
1 parent3d4fa22 commit2bfbad9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎contrib/fuzzystrmatch/daitch_mokotoff_header.pl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
use strict;
1212
use warnings;
1313

14-
use utf8;
15-
useopenIO=>':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)

[8]ページ先頭

©2009-2025 Movatter.jp