Re: [mp1] Bug - version listed as 1.27 instead of 1.29. Patch included

2004-10-19 Thread Geoffrey Young
Max Baker wrote: > 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. this number is internal to Apache.pm and isn't intended to match the release version. you can see where doug la

[mp1] Bug - version listed as 1.27 instead of 1.29. Patch included

2004-10-19 Thread Max Baker
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