summaryrefslogtreecommitdiffstats
path: root/clean-bug-user-last-visit.pl
diff options
context:
space:
mode:
Diffstat (limited to 'clean-bug-user-last-visit.pl')
-rwxr-xr-xclean-bug-user-last-visit.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean-bug-user-last-visit.pl b/clean-bug-user-last-visit.pl
index 57486bfed..810fe598c 100755
--- a/clean-bug-user-last-visit.pl
+++ b/clean-bug-user-last-visit.pl
@@ -22,7 +22,7 @@ It takes no arguments and produces no output except in the case of errors.
use 5.10.1;
use strict;
use warnings;
-use lib qw(. lib);
+use lib qw(. lib local/lib/perl5);
use Bugzilla;
use Bugzilla::Constants;