In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e64d4d0a203b6a8764713bd33efa0a1c4a3d1b25?hp=9af20c7fc2828f1bb72c05b28eb0d37bad14e756>
- Log ----------------------------------------------------------------- commit e64d4d0a203b6a8764713bd33efa0a1c4a3d1b25 Author: Abigail <[email protected]> Date: Thu Aug 13 12:34:36 2009 +0200 Revert "Mention the unit of time" This reverts commit 9af20c7fc2828f1bb72c05b28eb0d37bad14e756. It's a dual life module. Leave it to the author. ----------------------------------------------------------------------- Summary of changes: ext/IO/lib/IO/Socket.pm | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ext/IO/lib/IO/Socket.pm b/ext/IO/lib/IO/Socket.pm index 9938c78..2ef05a7 100644 --- a/ext/IO/lib/IO/Socket.pm +++ b/ext/IO/lib/IO/Socket.pm @@ -500,10 +500,9 @@ a SOCK_STREAM socket the value of &SOCK_STREAM will be returned. =item timeout([VAL]) -Set or get the timeout value (in seconds) associated with this socket. -If called without any arguments then the current setting is returned. If -called with an argument the current setting is changed and the previous -value returned. +Set or get the timeout value associated with this socket. If called without +any arguments then the current setting is returned. If called with an argument +the current setting is changed and the previous value returned. =back -- Perl5 Master Repository
