From: "Geoffrey Young" <[EMAIL PROTECTED]> > > 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. >
Does that mean that the RC5 I have installed using ppm under Windows didn't installed well ModPerl::RegistryCooker.pm? Oh, this would be too bad, because I might find many problems of this kind... Teddy