Re: Bareword "Apache2::Const::OK" not allowed

2005-05-09 Thread Stas Bekman
Igor Chudov wrote: Well, it complained about all uses of Apache2::Const and APR::Const. I replaced all such calls with calls(). After that, it complained about line 122 of RegistryCooker: sub init { $_[0]->{REQ} = $_[1]; $_[0]->{URI} = $_[1]->uri; this line

Re: Bareword "Apache2::Const::OK" not allowed

2005-05-09 Thread Igor Chudov
Well, it complained about all uses of Apache2::Const and APR::Const. I replaced all such calls with calls(). After that, it complained about line 122 of RegistryCooker: sub init { $_[0]->{REQ} = $_[1]; $_[0]->{URI} = $_[1]->uri; this line $_[0]->{FILENAM

Re: Bareword "Apache2::Const::OK" not allowed

2005-05-09 Thread Stas Bekman
Igor Chudov wrote: I have just installed new Apache 2.0.54 and mod_perl (the latest). When running it, load of a webpage results in "Apache2::Const::OK" not allowed: [Mon May 09 15:07:13 2005] [error] [client 64.94.157.1] failed to resolve handler `ModPerl::PerlRun': Bareword "Apache2::Const::OK"