]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Apache/MVC.pm
view exceptions and some code cleaning
[maypole.git] / lib / Apache / MVC.pm
index f7eb317280b187ad15c6c24f4964742defc3ad34..044c1a7c7adfc657ce01f2c80b0827e7c9f4b1ca 100644 (file)
@@ -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;