t/cookies.t fails if mod_alias is not installed, since ScriptAlias is used:
ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/" Index: t/cookies.t =================================================================== --- t/cookies.t (revision 595664) +++ t/cookies.t (working copy) @@ -8,7 +8,7 @@ use Apache::TestUtil; plan tests => 2, need [qw(CGI CGI::Cookie)], - need_cgi, need_lwp; + need_cgi, need_lwp, need need_module('mod_alias.c'); Apache::TestRequest::user_agent( cookie_jar => {} );