On Tue, 20 Sep 2005 15:34:44 +0200 Tom Schindl <[EMAIL PROTECTED]> wrote:
> APR::* is the prefered namespace/api for libapreq2. > APR::Request::Apache2->handle($r) is the right syntax as far as I > known. Well Apache2::Request is what is installed from libapreq2, but if you look into Apache2::Request->new() it calls: $class->APR::Request::Apache2::handle(shift) So essentially it is doing the same thing. I'd never seen that particular syntax for it before. Personally, I think it's less readable than Apache2::Request->new(). But anyway, that's probably got nothing to do with the error. Boysenberry, did you get any failures on your make tests? --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------