summaryrefslogtreecommitdiffstats
path: root/votes.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'votes.cgi')
-rwxr-xr-xvotes.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/votes.cgi b/votes.cgi
index 9805ae48e..9fe94484a 100755
--- a/votes.cgi
+++ b/votes.cgi
@@ -25,7 +25,7 @@
# Frédéric Buclin <LpSolit@gmail.com>
use strict;
-use lib ".";
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;