From c293c6f4581ba17603d34461026840a6a1fc928c Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 19 Nov 2001 06:23:19 +0000 Subject: Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, r=justdave, mattyt. Wahey! --- CGI.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 57f3ee967..da06191e4 100644 --- a/CGI.pl +++ b/CGI.pl @@ -29,6 +29,8 @@ use diagnostics; use strict; +use lib "."; + # use Carp; # for confess # commented out the following snippet of code. this tosses errors into the -- cgit v1.2.3-24-g4f1b