You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/04/08 02:11:25 UTC

cvs commit: modperl-2.0/t/protocol/TestProtocol echo.pm

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;