Re: Strange things with Apache::Request

2007-10-25 Thread Perrin Harkins
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

2007-10-25 Thread Yuri Pats
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) = @_;