On Mon, 18 Apr 2005, Octavian Rasnita wrote: > 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...
That's strange ... Did you get mod_perl from http://theoryx5.uwinnipeg.ca/ppms/ and does it have "RC5" in the version (of the ppd file)? I just checked the associated .tar.gz containing the files to be installed, and ModPerl::Registry* uses Apache2::Const::OK. -- best regards, randy