Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 3268 invoked from network); 8 Apr 2004 00:11:26 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Apr 2004 00:11:26 -0000 Received: (qmail 93212 invoked by uid 500); 8 Apr 2004 00:11:10 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 93142 invoked by uid 500); 8 Apr 2004 00:11:10 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 93128 invoked by uid 500); 8 Apr 2004 00:11:10 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 8 Apr 2004 00:11:25 -0000 Message-ID: <20040408001125.3262.qmail@minotaur.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/t/protocol/TestProtocol echo.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stas 2004/04/07 17:11:25 Modified: t/protocol/TestProtocol echo.pm Log: import only the constants that we are going to use Revision Changes Path 1.4 +1 -1 modperl-2.0/t/protocol/TestProtocol/echo.pm Index: echo.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/protocol/TestProtocol/echo.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -u -r1.3 -r1.4 --- echo.pm 7 Apr 2004 23:44:21 -0000 1.3 +++ echo.pm 8 Apr 2004 00:11:25 -0000 1.4 @@ -7,7 +7,7 @@ use APR::Socket (); use Apache::Const -compile => 'OK'; -use APR::Const -compile => qw(:socket); +use APR::Const -compile => qw(SO_NONBLOCK); use constant BUFF_LEN => 1024;