Compile common MP constants, so we can shortcut PerlTransHandler
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / Apache / MP2.pm
index fb03a16..1afdfc2 100644 (file)
@@ -5,6 +5,7 @@ use base 'Catalyst::Engine::Apache';
 
 use Apache2 ();
 use Apache::Connection ();
+use Apache::Const ( -compile => qw(:common) );
 use Apache::RequestIO ();
 use Apache::RequestRec ();
 use Apache::RequestUtil ();