summaryrefslogtreecommitdiffstats
path: root/scripts/syncmsandversions.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/syncmsandversions.pl')
-rwxr-xr-xscripts/syncmsandversions.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/syncmsandversions.pl b/scripts/syncmsandversions.pl
index e886d9e5b..509a78cc8 100755
--- a/scripts/syncmsandversions.pl
+++ b/scripts/syncmsandversions.pl
@@ -23,9 +23,9 @@
# See also https://bugzilla.mozilla.org/show_bug.cgi?id=119569
use strict;
+use warnings;
+use lib qw(. lib local/lib/perl5);
-use FindBin qw($RealBin);
-use lib ("$RealBin/..", "$RealBin/../lib", "$RealBin/../local/lib/perl5");
use Bugzilla;
use Bugzilla::Constants;