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 | 2ca6c0da1eb8c67be54ae202834980f23ae8eecf (patch) | |
tree | 8c5c4c38ea06d46dc6a27fd5321da2a7e2244050 /corpus/support | |
parent | 80f465a250e7fcfc5dd476d04e39a43ef0c909a3 (diff) | |
parent | b2b25c9e71a7ae1b20b7350a236419aa37179e7c (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; |