Skip to content

Commit

Permalink
mention version requirements everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 15, 2012
1 parent 80c3820 commit 340c545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Client.pm
Expand Up @@ -199,7 +199,7 @@ implements the following new ones.
$client->connect(address => '127.0.0.1', port => 3000);
Open a socket connection to a remote host. Note that TLS support depends on
L<IO::Socket::SSL> and IPv6 support on L<IO::Socket::IP>.
L<IO::Socket::SSL> (1.75+) and IPv6 support on L<IO::Socket::IP> (0.12+).
These options are currently available:
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Server.pm
Expand Up @@ -227,7 +227,7 @@ implements the following new ones.
$server->listen(port => 3000);
Create a new listen socket. Note that TLS support depends on
L<IO::Socket::SSL> and IPv6 support on L<IO::Socket::IP>.
L<IO::Socket::SSL> (1.75+) and IPv6 support on L<IO::Socket::IP> (0.12+).
These options are currently available:
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Reactor/EV.pm
Expand Up @@ -101,7 +101,7 @@ Mojo::Reactor::EV - Low level event reactor with libev support
=head1 DESCRIPTION
L<Mojo::Reactor::EV> is a low level event reactor based on L<EV>.
L<Mojo::Reactor::EV> is a low level event reactor based on L<EV> (4.0+).
=head1 EVENTS
Expand Down

0 comments on commit 340c545

Please sign in to comment.