mod_perl
[prev]
[thread]
[next]
[Date index for 2005/04/18]
Hi,
I have read the following in mod_perl rc5 announce:
move all Apache:: constants to Apache2::Const and all APR:: constants
to APR::Const. for example, Apache:OK is now Apache2::Const::OK and
APR::SUCCESS is now APR::Const::SUCCESS. [Geoffrey Young]
Then, after installing mod_perl rc5 under Windows, I have seen that in:
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;
Does this module (ModPerl::RegistryCooker) need to be re-installed
separately? Isn't it included with mod_perl rc5?
Thanks.
Teddy
 |
mod_perl
Octavian Rasnita 17:29 on 18 Apr 2005
|