From eff1964310020ec4399e77ebed0ce47113056c69 Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Sun, 26 Oct 2008 20:45:09 +0000 Subject: [PATCH] apache2 logging fix git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@596 48953598-375a-da11-a14b-00016c27c3ee --- lib/Apache/MVC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Apache/MVC.pm b/lib/Apache/MVC.pm index 0f99fbf..db2bbed 100644 --- a/lib/Apache/MVC.pm +++ b/lib/Apache/MVC.pm @@ -27,7 +27,7 @@ BEGIN { } require Apache2::RequestIO; require Apache2::RequestRec; - require Apache2::Log; + use Apache2::Log; require Apache2::RequestUtil; eval 'use Apache2::Const -compile => qw/REDIRECT/;'; # -compile 4 no import require APR::URI; -- 2.39.2