In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/00d2151d8182d304f692967b33f591602a171442?hp=303def5230dbc873aa0f93205baed3f5fab5a63c>
- Log ----------------------------------------------------------------- commit 00d2151d8182d304f692967b33f591602a171442 Author: Abigail <[email protected]> Date: Thu Aug 13 21:21:40 2009 +0200 Revert "Revert "Mention the unit of time"" This reverts commit e64d4d0a203b6a8764713bd33efa0a1c4a3d1b25. ext/IO/lib/IO/Socket.pm is maintained by p5p after all. ----------------------------------------------------------------------- Summary of changes: ext/IO/lib/IO/Socket.pm | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ext/IO/lib/IO/Socket.pm b/ext/IO/lib/IO/Socket.pm index 2ef05a7..9938c78 100644 --- a/ext/IO/lib/IO/Socket.pm +++ b/ext/IO/lib/IO/Socket.pm @@ -500,9 +500,10 @@ a SOCK_STREAM socket the value of &SOCK_STREAM will be returned. =item timeout([VAL]) -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. +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. =back -- Perl5 Master Repository
