--- apache2-mod_perl-startup.pl.orig 2005-06-05 15:04:27.000000000 +0200 +++ apache2-mod_perl-startup.pl 2005-06-05 15:56:46.000000000 +0200 @@ -7,20 +7,20 @@ use ModPerl::Util (); #for CORE::GLOBAL::exit -use Apache::RequestRec (); -use Apache::RequestIO (); -use Apache::RequestUtil (); - -use Apache::ServerRec (); -use Apache::ServerUtil (); -use Apache::Connection (); -use Apache::Log (); +use Apache2::RequestRec (); +use Apache2::RequestIO (); +use Apache2::RequestUtil (); + +use Apache2::ServerRec (); +use Apache2::ServerUtil (); +use Apache2::Connection (); +use Apache2::Log (); use APR::Table (); use ModPerl::Registry (); -use Apache::Const -compile => ':common'; +use Apache2::Const -compile => ':common'; use APR::Const -compile => ':common'; 1;