summaryrefslogtreecommitdiffstats
path: root/scripts/group-set-members.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/group-set-members.pl')
-rwxr-xr-xscripts/group-set-members.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/group-set-members.pl b/scripts/group-set-members.pl
index 10955b00d..0ec9aedda 100755
--- a/scripts/group-set-members.pl
+++ b/scripts/group-set-members.pl
@@ -9,10 +9,9 @@
use strict;
use warnings;
+use lib qw(. lib local/lib/perl5);
use feature 'say';
-use FindBin;
-use FindBin qw($RealBin);
-use lib ("$RealBin/..", "$RealBin/../lib", "$RealBin/../local/lib/perl5");
+
use Bugzilla;
use Bugzilla::Constants;