Philip M. Gollucci wrote: > 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 looks awfully odd :) >> >> --Geoff > > I'll do some more digging during the week. :)
I hope you know it was just the syntax I was winking at :) from your patch it looks like 2.1 behavior was "fixed" to match 2.0, which is great. and if that's true we only need one definition I'd think, not ? : --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
