From: Geoffrey Young Subject: Re: mod_perl Date: 17:39 on 18 Apr 2005
> E:\usr\site\lib\ModPerl\RegistryCooker.pm> > at line 161, appears:> > return $rc unless $rc == Apache2::OK;> > > Shouldn't this line be:> > return $rc unless $rc == Apache2::Const::OK;
yes, and it is in RC5 - that version of RegistryCooker.pm is not from RC5.
--Geoff