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/other/get_many_translations_from_google.perl')
-rwxr-xr-xscripts/other/get_many_translations_from_google.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/other/get_many_translations_from_google.perl b/scripts/other/get_many_translations_from_google.perl
index 6ef83e240..512b84e36 100755
--- a/scripts/other/get_many_translations_from_google.perl
+++ b/scripts/other/get_many_translations_from_google.perl
@@ -6,6 +6,7 @@
#
# Ondrej Bojar, bojar@ufal.mff.cuni.cz
+use warnings;
use strict;
use Getopt::Long;
use CGI;