summaryrefslogtreecommitdiffstats
path: root/scripts/close_bugs_wontfix.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/close_bugs_wontfix.pl')
-rwxr-xr-xscripts/close_bugs_wontfix.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/close_bugs_wontfix.pl b/scripts/close_bugs_wontfix.pl
index e0bd5351b..1c80a965d 100755
--- a/scripts/close_bugs_wontfix.pl
+++ b/scripts/close_bugs_wontfix.pl
@@ -9,9 +9,8 @@
use 5.10.1;
use strict;
use warnings;
+use lib qw(. lib local/lib/perl5);
-use FindBin;
-use lib "$FindBin::Bin/..", "$FindBin::Bin/../lib", "$FindBin::Bin/../local/lib/perl5";
use Bugzilla;
use Bugzilla::Bug;