Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 99838 invoked from network); 4 Oct 2005 16:07:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2005 16:07:19 -0000 Received: (qmail 9416 invoked by uid 500); 4 Oct 2005 16:07:18 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 9403 invoked by uid 500); 4 Oct 2005 16:07:18 -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 9392 invoked by uid 99); 4 Oct 2005 16:07:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2005 09:07:17 -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 [195.80.154.36] (HELO mail.logilune.com) (195.80.154.36) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2005 09:07:21 -0700 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id 4D155D6E70; Tue, 4 Oct 2005 18:06:53 +0200 (CEST) Message-ID: <4342A8EB.9030300@stason.org> Date: Tue, 04 Oct 2005 09:08:11 -0700 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050729 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: Stas Bekman CC: dev@perl.apache.org Subject: Re: svn commit: r292234 - in /perl/modperl/trunk: Changes t/apache/constants.t t/response/TestModules/proxy.pm xs/tables/current/Apache2/ConstantsTable.pm References: <20050928181850.86211.qmail@minotaur.apache.org> <433B1CAF.9060209@stason.org> In-Reply-To: <433B1CAF.9060209@stason.org> Content-Type: text/plain; charset=us-ascii; format=flowed 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 Stas Bekman wrote: > geoff@apache.org wrote: > >> Author: geoff >> Date: Wed Sep 28 11:18:39 2005 >> New Revision: 292234 >> >> URL: http://svn.apache.org/viewcvs?rev=292234&view=rev >> Log: >> add :proxy import tag to Apache2::Const which exposes new >> constants PROXYREQ_NONE, PROXYREQ_PROXY, and PROXYREQ_REVERSE > > any idea why the corresponding API documentation commit didn't make it > to the docs list? Geoff, this change is still not documented. What's the point of having the feature that nobody knows it exists? We spent all this time trying to bring the code in sync with docs, now that mp2 is released, we don't care anymore? Thank you. >> Modified: perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm >> URL: >> http://svn.apache.org/viewcvs/perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm?rev=292234&r1=292233&r2=292234&view=diff >> >> ============================================================================== >> >> --- perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm >> (original) >> +++ perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm Wed >> Sep 28 11:18:39 2005 >> @@ -227,7 +227,12 @@ >> 'TAKE23', >> 'TAKE123', >> 'TAKE13' >> - ] >> + ], >> + 'proxy' => [ >> + 'PROXYREQ_REVERSE', >> + 'PROXYREQ_NONE', >> + 'PROXYREQ_PROXY', >> + ], -- _______________________________________________________________ Stas Bekman mailto:stas@stason.org | http://stason.org/ MailChannels: Assured Messaging (TM) | http://mailchannels.com/ The "Practical mod_perl" book | http://modperlbook.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org