Re: Apache::Status bareword error

2004-12-17 Thread Stas Bekman
John Williams wrote: mod_perl-2.0.0-RC1 perl-5.8.5 on linux (Fedora Core 3) This test file: #!/usr/bin/perl use strict; use Apache::Status; 1; Gives this error: Bareword "Apache::ServerUtil::server_root" not allowed while "strict subs" in use at /usr/lib/perl5/site_perl/5.8.5/i386-linux-th

Apache::Status bareword error

2004-12-17 Thread John Williams
mod_perl-2.0.0-RC1 perl-5.8.5 on linux (Fedora Core 3) This test file: #!/usr/bin/perl use strict; use Apache::Status; 1; Gives this error: Bareword "Apache::ServerUtil::server_root" not allowed while "strict subs" in use at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Apache