On Mar 15, 2010, at 9:46 PM, Craig MacKenna via RT wrote:
Show quoted text> IO::Socket::INET documents a Timeout feature but it's commented out in the source.
Timeout is used by connect, which is inherited from IO::Socket
Show quoted text> 1. Shouldn't someone take it out of the POD?
No, because it is used.
Show quoted text> 2. Can someone please point me at how to make my own timeout?
Show quoted text> 3. Idle curiosity: why was it commented out?
It was commented out in configure, because it was moved into connect, if anything those comment should be removed
Graham.