You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2005/09/29 00:43:59 UTC

Re: svn commit: r292234 - in /perl/modperl/trunk: Changes t/apache/constants.t t/response/TestModules/proxy.pm xs/tables/current/Apache2/ConstantsTable.pm

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?

> 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',
> +    ],
>    },
>    'APR::Const' => {
>      'uri' => [
> @@ -459,7 +464,7 @@
>      ],
>      'common' => [
>        'APR_SUCCESS'
> -    ]
> +    ],
>    }
>  };
>  
> 


-- 
_______________________________________________________________
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


Re: svn commit: r292234 - in /perl/modperl/trunk: Changes t/apache/constants.t t/response/TestModules/proxy.pm xs/tables/current/Apache2/ConstantsTable.pm

Posted by Geoffrey Young <ge...@modperlcookbook.org>.

Stas Bekman wrote:
> 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.

yeah, I'm getting there...

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: svn commit: r292234 - in /perl/modperl/trunk: Changes t/apache/constants.t t/response/TestModules/proxy.pm xs/tables/current/Apache2/ConstantsTable.pm

Posted by Stas Bekman <st...@stason.org>.
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