On Wed, 29 Nov 2000, Matt Sergeant wrote:

> On Wed, 29 Nov 2000, Dave Rolsky wrote:
>
> >     my $cfg = Apache::ModuleConfig->get($r);
>
> Try:
>
> my $cfg = Apache::ModuleConfig->get($r, __PACKAGE__);

I should have said that its segfaulting before it ever gets into the
handler sub.  I changed handler to:

sub handler
{
    warn "HANDLER\n";
}

and it still segfaulted.


-dave

/*==================
www.urth.org
We await the New Sun
==================*/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to