Skip to content

Commit

Permalink
mention IO::Socket::Socks dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 13, 2014
1 parent 0d477f2 commit 4bfb82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/IOLoop/Client.pm
Expand Up @@ -265,8 +265,8 @@ implements the following new ones.
$client->connect(address => '127.0.0.1', port => 3000);
Open a socket connection to a remote host. Note that non-blocking name
resolution depends on L<Net::DNS::Native> (0.14+) and TLS support on
L<IO::Socket::SSL> (1.84+).
resolution depends on L<Net::DNS::Native> (0.14+), SOCKS5 support on
L<IO::Socket::Socks> (0.64), and TLS support on L<IO::Socket::SSL> (1.84+).
These options are currently available:
Expand Down

0 comments on commit 4bfb82d

Please sign in to comment.