add URI::http to C::E::Apache so it gets loaded during startup phase
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / Apache.pm
index ac7fe90..3259c3b 100644 (file)
@@ -5,6 +5,7 @@ use mod_perl;
 use constant MP2 => $mod_perl::VERSION >= 1.99;
 use base 'Catalyst::Engine';
 use URI;
+use URI::http;
 
 __PACKAGE__->mk_accessors(qw/apache/);