From 415e32d463bbb881d991d886ddba6f859669c098 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 19 Oct 2007 11:46:10 +0000 Subject: Bug 399954: Make Bugzilla able to hold its dependencies in a local directory Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- search_plugin.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search_plugin.cgi') diff --git a/search_plugin.cgi b/search_plugin.cgi index e3384fcce..5048f7ce6 100644 --- a/search_plugin.cgi +++ b/search_plugin.cgi @@ -16,7 +16,7 @@ # Contributor(s): Frédéric Buclin use strict; -use lib "."; +use lib qw(. lib); use Bugzilla; use Bugzilla::Error; -- cgit v1.2.3-24-g4f1b