From cda571c3ef7132b332357acc0affd4ab536319e0 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 16 Dec 2007 00:28:23 +0000 Subject: [PATCH] fix syntax error with using WebGUI::Content::Asset standalone --- lib/WebGUI/Content/Asset.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/WebGUI/Content/Asset.pm b/lib/WebGUI/Content/Asset.pm index a78f43b60..7a55389e7 100644 --- a/lib/WebGUI/Content/Asset.pm +++ b/lib/WebGUI/Content/Asset.pm @@ -19,6 +19,8 @@ use LWP::MediaTypes qw(guess_media_type); use Time::HiRes; use WebGUI::Asset; +use Apache2::Const -compile => qw(OK); + =head1 NAME Package WebGUI::Content::MyHandler