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; >>>>> > > Ahh you just meant the ? returning the same thing in both cases. > Should I commit after fixing that to be simpler ?
sure :) --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
