diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-03 02:04:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-03 02:04:48 +0000 |
commit | 36f31b5005f0d5567cbdeeea5b6180abf2936b23 (patch) | |
tree | 4b3224d14d26c153dfae97b76d76b413697c9d6c /pod | |
parent | 5bc457ce78ccec3d76158b92af16e3fadd82c224 (diff) | |
download | perl-36f31b5005f0d5567cbdeeea5b6180abf2936b23.tar.gz |
perldelta notes about IO::Socket changes (from Graham Barr)
p4raw-id: //depot/perl@5464
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bd109ef122..a443ff4ebf 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 |