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