From bf9776d43e1ea391304e238773b8b9f5107308ed Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Fri, 4 Nov 2005 14:57:52 +0000 Subject: [PATCH] Apache2::ServerUtil must be loaded --- lib/WebGUI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 46ea38e0a..77c0efbc9 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -33,7 +33,7 @@ use Apache2::Cookie; use Apache2::RequestRec (); use Apache2::RequestIO (); use Apache2::Const -compile => qw(OK DECLINED); - +use Apache2::ServerUtil (); #------------------------------------------------------------------- sub handler {