Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 1797 invoked from network); 19 Jul 2005 20:08:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2005 20:08:51 -0000 Received: (qmail 55691 invoked by uid 500); 19 Jul 2005 20:08:50 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 55678 invoked by uid 500); 19 Jul 2005 20:08:50 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 55665 invoked by uid 99); 19 Jul 2005 20:08:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2005 13:08:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.77.29.165] (HELO secure.exclamationlabs.net) (66.77.29.165) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2005 13:08:44 -0700 Received: from [192.168.2.160] (office4.tmcs.net [209.104.55.5]) (authenticated (0 bits)) by secure.exclamationlabs.net (8.11.6/8.11.6) with ESMTP id j6JK8if03138; Tue, 19 Jul 2005 15:08:44 -0500 Message-ID: <42DD5DC8.1090804@modperlcookbook.org> Date: Tue, 19 Jul 2005 16:08:40 -0400 From: Geoffrey Young User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040927 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Philip M. Gollucci" CC: dev@perl.apache.org Subject: Re: svn commit: r202272 - /perl/modperl/trunk/t/apache/content_length_header.t References: <20050628192711.99495.qmail@minotaur.apache.org> <42C1AF90.8090302@p6m7g8.com> <42D9B322.9000301@p6m7g8.com> <42D9DB28.5010904@modperlcookbook.org> <42D9E479.5020806@p6m7g8.com> <42DA565A.8060205@modperlcookbook.org> <42DD5591.1090404@p6m7g8.com> In-Reply-To: <42DD5591.1090404@p6m7g8.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org