Re: cvs commit: modperl-2.0/t/response/TestAPI server_util.pm
Geoffrey Young wrote: ok t_cmp(qr/server_root_relative.*no .* key/, - $@, + canonpath($@), "Apache::Server::server_root_relative(\$obj, 'conf')"); I don't understand this change. not only does it not make sense to me (using canonpath
Re: cvs commit: modperl-2.0/t/response/TestAPI server_util.pm
>ok t_cmp(qr/server_root_relative.*no .* key/, > - $@, > + canonpath($@), > "Apache::Server::server_root_relative(\$obj, 'conf')"); I don't understand this change. not only does it not make sense to me (using canonpath on a non-
