Re: Apache2::compat from mod_perl 2.0.3 -- multiple issues

2007-03-27 Thread Joshua Hoblitt
On Mon, Mar 26, 2007 at 09:02:09AM -0400, Geoffrey Young wrote: > Joshua Hoblitt wrote: > > This error is caused by 'Apache2::ServerUtil::server_root' (note that > > missing '()') and this repeated in several places through-out > > compat.pm. > > you are not the first to report this, but I guess

Re: Apache2::compat from mod_perl 2.0.3 -- multiple issues

2007-03-26 Thread Geoffrey Young
Joshua Hoblitt wrote: > It seems that compat.pm isn't 'use strict' clean even thou it is > declaring this pragma. > > # Error: Bareword "Apache2::ServerUtil::server_root" not allowed > while "strict subs" in use at > /usr/lib/perl5/site_perl/5.8.8/i686-linux/Apache2/compat.pm line 347, > lin