Skip Menu |

This queue is for tickets about the IO-Socket-IP CPAN distribution.

Report information
The Basics
Id: 133467
Status: patched
Priority: 0/
Queue: IO-Socket-IP

People
Owner: Nobody in particular
Requestors: ferivoz [...] riseup.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Fix typo
Date: Sun, 4 Oct 2020 11:53:37 +0000
To: bug-IO-Socket-IP [...] rt.cpan.org
From: Samanta Navarro <ferivoz [...] riseup.net>
diff --git a/lib/IO/Socket/IP.pm b/lib/IO/Socket/IP.pm index 3158ef5..f089f6a 100644 --- a/lib/IO/Socket/IP.pm +++ b/lib/IO/Socket/IP.pm @@ -336,7 +336,7 @@ timeout will apply to each connection attempt individually, rather than to the operation as a whole. Further note that the timeout does not apply to the initial hostname resolve operation, if connecting by hostname. -This behviour is copied inspired by C<IO::Socket::INET>; for more fine grained +This behaviour is copied/inspired by C<IO::Socket::INET>; for more fine grained control over connection timeouts, consider performing a nonblocking connect directly.
On Sun Oct 04 08:00:19 2020, ferivoz@riseup.net wrote: Show quoted text
> diff --git a/lib/IO/Socket/IP.pm b/lib/IO/Socket/IP.pm > index 3158ef5..f089f6a 100644 > --- a/lib/IO/Socket/IP.pm > +++ b/lib/IO/Socket/IP.pm > @@ -336,7 +336,7 @@ timeout will apply to each connection attempt > individually, rather than to the > operation as a whole. Further note that the timeout does not apply to > the > initial hostname resolve operation, if connecting by hostname. > > -This behviour is copied inspired by C<IO::Socket::INET>; for more > fine grained > +This behaviour is copied/inspired by C<IO::Socket::INET>; for more > fine grained > control over connection timeouts, consider performing a nonblocking > connect > directly.
Thanks. Now applied. -- Paul Evans