Bug#389679: Bug resolved partially.

2006-09-27 Thread Steinar H. Gunderson
On Wed, Sep 27, 2006 at 11:46:51AM +0400, Konstantin Starodubtsev wrote: > Sorry, serverity should be lowered to normal or wishlist. > > The problem appeared because apache2 mod_perl2 handler was written as > > sub handler : method { > my $r = shift; > } > > so subsequent Apache2::Request

Bug#389679: Bug resolved partially.

2006-09-27 Thread Konstantin Starodubtsev
Sorry, serverity should be lowered to normal or wishlist. The problem appeared because apache2 mod_perl2 handler was written as sub handler : method { my $r = shift; } so subsequent Apache2::Request->new( $r ) call got incorrect argument (notice ": method" attribute). I still consider