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 this is a bug (with low priority though) as mod_perl
should not segfault.
--
MBR,
Konstantin Starodubtsev
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]