From: H.Merijn Brand Date: Tue, 14 May 2002 12:02:47 +0000 (+0200) Subject: typo in Socket.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10eaad5c5c05e09f93628fda22fe4d6d02e7e1c2;p=p5sagit%2Fp5-mst-13.2.git typo in Socket.pm From: "H.Merijn Brand" Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16596 --- diff --git a/ext/IO/lib/IO/Socket.pm b/ext/IO/lib/IO/Socket.pm index a37454b..8d36e8e 100644 --- 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 to the single poll. This is +created behind the scenes just to do the single poll. This is horrendously inefficient. Use rather true select() with a zero timeout on the handle, or non-blocking IO.