This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ba4b24
)
typo in Socket.pm
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 14 May 2002 12:02:47 +0000
(14:02 +0200)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 14 May 2002 20:14:14 +0000
(20:14 +0000)
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-ID: <
20020514120206
.B758.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@16596
ext/IO/lib/IO/Socket.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/IO/lib/IO/Socket.pm
b/ext/IO/lib/IO/Socket.pm
index
a37454b
..
8d36e8e
100644
(file)
--- a/
ext/IO/lib/IO/Socket.pm
+++ b/
ext/IO/lib/IO/Socket.pm
@@
-381,7
+381,7
@@
failure.
The timeout in the [PKG] can be specified as zero to effect a "poll",
but you shouldn't do that because a new IO::Select object will be
-created behind the scenes just
do t
o the single poll. This is
+created behind the scenes just
to d
o the single poll. This is
horrendously inefficient. Use rather true select() with a zero
timeout on the handle, or non-blocking IO.