I found a typo where version 1.27 is hardcoded into version 1.29 and so if
you do a
perl -MApache -e 'print $Apache::VERSION' you get 1.27 instead of 1.29.
Attached is a patch.
-m
diff -ruN mod_perl-1.29/Apache/Apache.pm mod_perl-1.29.fixed/Apache/Apache.pm
--- mod_perl-1.29/Apache/Apache.pm
-8<-- Start Bug Report 8<--
1. Problem Description:
[mp2] While using Apache::compat Cargs()> returns
"Apache::Request::Table=HASH(0x98d0ef8)".
It should return the full query string.
2. Used Components and their Configuration:
Using FreeBSD ports for apa
On Tue, Feb 08, 2005 at 09:16:54PM -0500, Stas Bekman wrote:
> Max Baker wrote:
> >-8<-- Start Bug Report 8<--
> >1. Problem Description:
> >
> >[mp2] While using Apache::compat Cargs()> returns
> >"Apache