summaryrefslogtreecommitdiffstats
path: root/scripts/triage_owners_csv.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/triage_owners_csv.pl')
-rw-r--r--scripts/triage_owners_csv.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/triage_owners_csv.pl b/scripts/triage_owners_csv.pl
index 214b7b04f..e3feeee0f 100644
--- a/scripts/triage_owners_csv.pl
+++ b/scripts/triage_owners_csv.pl
@@ -9,9 +9,10 @@
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::Component;