> plan tests => 2, need [qw(CGI CGI::Cookie)], > - need_cgi, need_lwp; > + need_cgi, need_lwp, need_something_else;
oops, that's not part of the patch, of course :)
Index: lib/Apache/TestConfig.pm =================================================================== --- lib/Apache/TestConfig.pm (revision 312711) +++ lib/Apache/TestConfig.pm (working copy) @@ -2559,6 +2559,10 @@ TransferLog @t_logs@/access_log </IfModule> +<IfModule mod_cgid.c> + ScriptSock @t_logs@/cgisock +</IfModule> + ServerAdmin @ServerAdmin@ #needed for http/1.1 testing