Return-Path: Delivered-To: apmail-perl-test-commits-archive@www.apache.org Received: (qmail 39202 invoked from network); 19 Aug 2005 16:32:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Aug 2005 16:32:23 -0000 Received: (qmail 19278 invoked by uid 500); 19 Aug 2005 16:32:23 -0000 Mailing-List: contact test-commits-help@perl.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: test-dev@perl.apache.org Delivered-To: mailing list test-commits@perl.apache.org Received: (qmail 19265 invoked by uid 99); 19 Aug 2005 16:32:23 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 19 Aug 2005 09:32:23 -0700 Received: (qmail 39195 invoked by uid 65534); 19 Aug 2005 16:32:22 -0000 Message-ID: <20050819163222.39194.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r233509 - /perl/Apache-Test/trunk/lib/Apache/TestConfig.pm Date: Fri, 19 Aug 2005 16:32:22 -0000 To: test-commits@perl.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jorton Date: Fri Aug 19 09:32:18 2005 New Revision: 233509 URL: http://svn.apache.org/viewcvs?rev=233509&view=rev Log: Define a "MOD_FOO_PORT" variable from any definition, so the port can be referenced by other directives. Modified: perl/Apache-Test/trunk/lib/Apache/TestConfig.pm Modified: perl/Apache-Test/trunk/lib/Apache/TestConfig.pm URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/TestConfig.pm?rev=233509&r1=233508&r2=233509&view=diff ============================================================================== --- perl/Apache-Test/trunk/lib/Apache/TestConfig.pm (original) +++ perl/Apache-Test/trunk/lib/Apache/TestConfig.pm Fri Aug 19 09:32:18 2005 @@ -1197,6 +1197,8 @@ } } + $self->{vars}->{$module . '_port'} = $port; + #there are two ways of building a vhost #first is when we parse test .pm and .c files #second is when we scan *.conf.in