Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/OSM/flipAlignment.perl')
-rwxr-xr-xscripts/OSM/flipAlignment.perl4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/OSM/flipAlignment.perl b/scripts/OSM/flipAlignment.perl
index 3c14a4542..3559bf79b 100755
--- a/scripts/OSM/flipAlignment.perl
+++ b/scripts/OSM/flipAlignment.perl
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
- use strict;
+
+use warnings;
+use strict;
my $file = shift(@ARGV);
open(MYFILE, $file);