On Mon, 9 Jul 2001, Geoffrey Young wrote:

> >   die in modperl_startup.pl if modperl_{inc,extra}.pl die
 
> anyway, I thought modperl_extra.pl was supposed to be optional?

it is still optional, but if it exists and dies, then mod_perl should
propagate that.  although, the $@ !~ /^Can.t locate/ is bogus, because it
might be that modperl_extra.pl was located, but a module it requires was
not.


Reply via email to