summaryrefslogtreecommitdiffstats
path: root/contrib/clear-templates.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/clear-templates.pl')
-rwxr-xr-xcontrib/clear-templates.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/clear-templates.pl b/contrib/clear-templates.pl
index 8b0864d46..ba89cb6d5 100755
--- a/contrib/clear-templates.pl
+++ b/contrib/clear-templates.pl
@@ -9,7 +9,8 @@
use strict;
use warnings;
-use lib qw(. lib);
+use FindBin;
+use lib "$FindBin::Bin/..", "$FindBin::Bin/../lib", "$FindBin::Bin/../local/lib/perl5";
use Bugzilla;
use Bugzilla::Constants;