You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by "Philippe M. Chiasson" <go...@ectoplasm.org> on 2004/08/12 18:59:11 UTC

Re: cvs commit: modperl-2.0/t/response/TestAPI command.pm

geoff@apache.org wrote:
> geoff       2004/08/12 07:28:01
> 
>   Modified:    t/response/TestAPI command.pm
>   Log:
>   PerlHandler only works in mp1 compat mode - use PerlResponseHandler

Oups! Guess you caught it with your nightlies ?

Thanks geoff!

>   Revision  Changes    Path
>   1.3       +1 -1      modperl-2.0/t/response/TestAPI/command.pm
>   
>   Index: command.pm
>   ===================================================================
>   RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/command.pm,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- command.pm	11 Aug 2004 00:15:39 -0000	1.2
>   +++ command.pm	12 Aug 2004 14:28:00 -0000	1.3
>   @@ -28,7 +28,7 @@
>        ok UNIVERSAL::isa($cmd, 'Apache::Command');
>        
>        while ($cmd) {
>   -        if ($cmd->name eq 'PerlHandler') {
>   +        if ($cmd->name eq 'PerlResponseHandler') {
>                ok t_cmp($cmd->args_how, Apache::ITERATE, 'args_how');
>                ok t_cmp($cmd->errmsg, qr/Subroutine name/, 'errmsg');
>                ok t_cmp($cmd->req_override, Apache::OR_ALL, 'req_override');
>   
>   
>   
> 

-- 
--------------------------------------------------------------------------------
Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5
http://gozer.ectoplasm.org/     F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5

Re: cvs commit: modperl-2.0/t/response/TestAPI command.pm

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

Philippe M. Chiasson wrote:
> geoff@apache.org wrote:
> 
>> geoff       2004/08/12 07:28:01
>>
>>   Modified:    t/response/TestAPI command.pm
>>   Log:
>>   PerlHandler only works in mp1 compat mode - use PerlResponseHandler
> 
> 
> Oups! Guess you caught it with your nightlies ?

yup :)

> 
> Thanks geoff!

no problem.  good work on your part - gozer++

--Geoff

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