summaryrefslogtreecommitdiffstats
path: root/scripts/movebugs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/movebugs.pl')
-rwxr-xr-xscripts/movebugs.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/movebugs.pl b/scripts/movebugs.pl
index 45f329ad2..2c643cdfb 100755
--- a/scripts/movebugs.pl
+++ b/scripts/movebugs.pl
@@ -8,12 +8,12 @@
# defined by the Mozilla Public License, v. 2.0.
use strict;
+use warnings;
+use lib qw(. lib local/lib/perl5);
+
use Cwd 'abs_path';
use File::Basename;
-use FindBin;
-use FindBin qw($RealBin);
-use lib ("$RealBin/..", "$RealBin/../lib", "$RealBin/../local/lib/perl5");
use Bugzilla;
use Bugzilla::Constants;