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, 1 insertions, 2 deletions
diff --git a/contrib/clear-templates.pl b/contrib/clear-templates.pl
index ba89cb6d5..8b0864d46 100755
--- a/contrib/clear-templates.pl
+++ b/contrib/clear-templates.pl
@@ -9,8 +9,7 @@
use strict;
use warnings;
-use FindBin;
-use lib "$FindBin::Bin/..", "$FindBin::Bin/../lib", "$FindBin::Bin/../local/lib/perl5";
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;