bleadperl error

2005-07-16 Thread Philip M. Gollucci
Hi, cd "src/modules/perl" && make cc -I/usr/local/dev/repos/ASF/perl/modperl/trunk/src/modules/perl -I/usr/local/dev/repos/ASF/perl/modperl/trunk/xs -I/usr/local/apps/5.9.3_2.1.7_prefork/httpd/include -I/usr/local/apps/5.9.3_2.1.7_prefork/httpd/include -I/usr/local/include -I/usr/local/apps/5

Re: svn commit: r202272 - /perl/modperl/trunk/t/apache/content_length_header.t

2005-07-16 Thread Philip M. Gollucci
Geoffrey Young wrote: +my $cl = have_min_apache_version(2.1) ? 0 : 0; +my $head_cl = have_min_apache_version(2.1) ? undef : undef; +my $cl = have_min_apache_version(2.1) ? 0 : 0; +my $head_cl = have_min_apache_version(2.1) ? undef : undef; that loo

Re: svn commit: r202272 - /perl/modperl/trunk/t/apache/content_length_header.t

2005-07-16 Thread Geoffrey Young
> +my $cl = have_min_apache_version(2.1) ? 0 : 0; > +my $head_cl = have_min_apache_version(2.1) ? undef : undef; > +my $cl = have_min_apache_version(2.1) ? 0 : 0; > +my $head_cl = have_min_apache_version(2.1) ? undef : undef; that looks awfully odd :) -

Re: svn commit: r202272 - /perl/modperl/trunk/t/apache/content_length_header.t

2005-07-16 Thread Philip M. Gollucci
Philip M. Gollucci wrote: URL: http://svn.apache.org/viewcvs?rev=202272&view=rev Log: skip on 2.1 until I have the time to figure out what changed This patch fixes the content_length_header tests so we don't have to skip them. (attached) -- END -