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
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
> +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 :)
-
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
-