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 2005/08/31 02:01:50 UTC

svn commit: r264897 - /perl/modperl/trunk/t/protocol/TestProtocol/eliza.pm

Author: stas
Date: Tue Aug 30 17:01:47 2005
New Revision: 264897

URL: http://svn.apache.org/viewcvs?rev=264897&view=rev
Log:
missing constant

Modified:
    perl/modperl/trunk/t/protocol/TestProtocol/eliza.pm

Modified: perl/modperl/trunk/t/protocol/TestProtocol/eliza.pm
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/t/protocol/TestProtocol/eliza.pm?rev=264897&r1=264896&r2=264897&view=diff
==============================================================================
--- perl/modperl/trunk/t/protocol/TestProtocol/eliza.pm (original)
+++ perl/modperl/trunk/t/protocol/TestProtocol/eliza.pm Tue Aug 30 17:01:47 2005
@@ -9,6 +9,7 @@
 require Chatbot::Eliza;
 
 use Apache2::Const -compile => 'OK';
+use APR::Const     -compile => 'SO_NONBLOCK';
 
 use constant BUFF_LEN => 1024;