diff options
author | Chris Dyer <redpony@gmail.com> | 2014-03-13 22:52:24 -0400 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-03-13 22:52:24 -0400 |
commit | b0f10b8a21e40ea01d0b0f34e29bf7213d26b83d (patch) | |
tree | 6bde34617bea8a977b8fe54c80cf23f938426d3a /corpus/support | |
parent | 7c44acde2a042d24696e5b7a7cc9fc372fce2b3c (diff) | |
parent | 0afd9d510cde40c340cf2c389b1aa22b5a9379c5 (diff) |
Merge branch 'master' of https://github.com/redpony/cdec
Diffstat (limited to 'corpus/support')
-rwxr-xr-x | corpus/support/fix-eos.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/corpus/support/fix-eos.pl b/corpus/support/fix-eos.pl index 584f8b46..fe03727b 100755 --- a/corpus/support/fix-eos.pl +++ b/corpus/support/fix-eos.pl @@ -1,4 +1,6 @@ #!/usr/bin/perl -w +$|++; + use strict; use utf8; |