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
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
2 matches
Mail list logo