From: Gurusamy Sarathy Date: Fri, 3 Mar 2000 02:04:48 +0000 (+0000) Subject: perldelta notes about IO::Socket changes (from Graham Barr) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36f31b5005f0d5567cbdeeea5b6180abf2936b23;p=p5sagit%2Fp5-mst-13.2.git perldelta notes about IO::Socket changes (from Graham Barr) p4raw-id: //depot/perl@5464 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bd109ef..a443ff4 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1630,6 +1630,15 @@ a connect attempt. This allows you to configure its options A bug that prevented the IO::Socket::protocol() accessor from ever returning the correct value has been corrected. +IO::Socket::connect now uses non-blocking IO instead of alarm() +to do connect timeouts. + +IO::Socket::accept now uses select() instead of alarm() for doing +timeouts. + +IO::Socket::INET->new now sets $! correctly on failure. $@ is +still set for backwards compatability. + =item JPL Java Perl Lingo is now distributed with Perl. See jpl/README