mod_perl

[prev] [thread] [next] [Date index for 2005/04/18]

From: Octavian Rasnita
Subject: mod_perl
Date: 17:29 on 18 Apr 2005
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

Re: mod_perl
Geoffrey Young 17:39 on 18 Apr 2005

Re: mod_perl
Octavian Rasnita 18:01 on 18 Apr 2005

Re: mod_perl
Randy Kobes 02:39 on 19 Apr 2005

Re: mod_perl
Octavian Rasnita 05:17 on 19 Apr 2005

Generated at 09:30 on 27 Apr 2005 by mariachi v0.52