X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FApache%2FMVC.pm;h=044c1a7c7adfc657ce01f2c80b0827e7c9f4b1ca;hb=5ba93a09518403ae28e8a71b5299e2458a6dfa0b;hp=f7eb317280b187ad15c6c24f4964742defc3ad34;hpb=b8e9dfcaf46ec9995b91b7c433c44de3c38a00dc;p=maypole.git diff --git a/lib/Apache/MVC.pm b/lib/Apache/MVC.pm index f7eb317..044c1a7 100644 --- a/lib/Apache/MVC.pm +++ b/lib/Apache/MVC.pm @@ -6,9 +6,9 @@ use warnings; use base 'Maypole'; use mod_perl; -use constant APACHE2 => $mod_perl::VERSION >= 1.99; +use constant APACHE2 => $mod_perl::VERSION >= 1.99; -if ( APACHE2 ) { +if (APACHE2) { require Apache2; require Apache::RequestRec; require Apache::RequestUtil;