From: Aaron Trevena Date: Sun, 26 Oct 2008 20:45:09 +0000 (+0000) Subject: apache2 logging fix X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=eff1964310020ec4399e77ebed0ce47113056c69 apache2 logging fix git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@596 48953598-375a-da11-a14b-00016c27c3ee --- 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;