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

github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc.extract-parallel/run.perl')
-rwxr-xr-xtests/misc.extract-parallel/run.perl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/misc.extract-parallel/run.perl b/tests/misc.extract-parallel/run.perl
index 427a55c..334de06 100755
--- a/tests/misc.extract-parallel/run.perl
+++ b/tests/misc.extract-parallel/run.perl
@@ -1,5 +1,6 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
+use warnings;
use strict;
my $script_dir; BEGIN { use Cwd qw/ abs_path /; use File::Basename; $script_dir = dirname(abs_path($0)); push @INC, $script_dir; }
use MosesRegressionTesting;