From 98c36af80325a0985e899d54b67ce6d5c2cc4150 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 9 Aug 2006 23:17:24 +0000 Subject: [PATCH] made some changes so that windows will work properly --- sbin/preload.perl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbin/preload.perl b/sbin/preload.perl index 1cd1493dc..2eaf6c851 100644 --- a/sbin/preload.perl +++ b/sbin/preload.perl @@ -33,6 +33,7 @@ DBI->install_driver("mysql"); # Change to match your database driver. #---------------------------------------- use WebGUI (); + use WebGUI::Utility (); use File::Find (); my @modules = (); @@ -53,6 +54,8 @@ foreach my $package (@modules) { use Apache2::ServerUtil (); Apache2::ServerUtil->server->add_version_component("WebGUI/".$WebGUI::VERSION); +use APR::Request::Apache2 (); +use Apache2::Cookie (); #----------------------------------------