Compile common MP constants, so we can shortcut PerlTransHandler
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / Apache / MP1.pm
index c620d4c..842a4de 100644 (file)
@@ -4,6 +4,7 @@ use strict;
 use base 'Catalyst::Engine::Apache';
 
 use Apache ();
+use Apache::Constants qw(:common);
 use Apache::Request ();
 use Apache::Cookie ();