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:
authorHieu Hoang <hieuhoang@gmail.com>2015-04-13 19:42:33 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-04-13 19:42:33 +0300
commit6162223690d8a9a3d461a85acdafe9cbef7bf3e5 (patch)
tree0a3d5f2e351804f8c1ff3e8ab56fbfe04bdc701c /scripts/ems/support/run-command-on-multiple-refsets.perl
parent05b31b53f22abfabb8141b6cd7b0246890d521a1 (diff)
add use warnings to all perl scripts
Diffstat (limited to 'scripts/ems/support/run-command-on-multiple-refsets.perl')
-rwxr-xr-xscripts/ems/support/run-command-on-multiple-refsets.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ems/support/run-command-on-multiple-refsets.perl b/scripts/ems/support/run-command-on-multiple-refsets.perl
index f8e211582..c3db3c4dc 100755
--- a/scripts/ems/support/run-command-on-multiple-refsets.perl
+++ b/scripts/ems/support/run-command-on-multiple-refsets.perl
@@ -1,5 +1,6 @@
#!/usr/bin/env perl
+use warnings;
use strict;
die("ERROR: syntax: run-command-on-multiple-refsets.perl cmd in out")