Re: Strange things with Apache::Request
On 10/25/07, Yuri Pats <[EMAIL PROTECTED]> wrote: > From some > time (maybe some upgrade was done) all handlers that uses > Apache2::Request, was broken. Sounds like you should try recompiling libapreq2 then. - Perrin
Strange things with Apache::Request
Good day. Some strange thigs happens on my computer now. I use mod_perl a lot. Sometimes I debug apps on my desktop. From some time (maybe some upgrade was done) all handlers that uses Apache2::Request, was broken. Some simple example: sub handler : method { my ($self, $r) = @_;