Skip to content

Commit

Permalink
mention version requirement of optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 15, 2012
1 parent 5e40a92 commit 80c3820
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
7 changes: 4 additions & 3 deletions lib/Mojo/IOLoop.pm
Expand Up @@ -340,9 +340,10 @@ L<Mojo::IOLoop> is a very minimalistic reactor based on L<Mojo::Reactor>, it
has been reduced to the absolute minimal feature set required to build solid
and scalable non-blocking TCP clients and servers.
Optional modules L<EV>, L<IO::Socket::IP> and L<IO::Socket::SSL> are supported
transparently and used if installed. Individual features can also be disabled
with the C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.12+) and
L<IO::Socket::SSL> (1.75+) are supported transparently and used if installed.
Individual features can also be disabled with the C<MOJO_NO_IPV6> and
C<MOJO_NO_TLS> environment variables.
A TLS certificate and key are also built right in to make writing test servers
as easy as possible. Also note that for convenience the C<PIPE> signal will be
Expand Down
7 changes: 4 additions & 3 deletions lib/Mojo/Server/Daemon.pm
Expand Up @@ -298,9 +298,10 @@ Mojo::Server::Daemon - Non-blocking I/O HTTP 1.1 and WebSocket server
L<Mojo::Server::Daemon> is a full featured non-blocking I/O HTTP 1.1 and
WebSocket server with C<IPv6>, C<TLS> and C<libev> support.
Optional modules L<EV>, L<IO::Socket::IP> and L<IO::Socket::SSL> are supported
transparently and used if installed. Individual features can also be disabled
with the C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.12+) and
L<IO::Socket::SSL> (1.75+) are supported transparently and used if installed.
Individual features can also be disabled with the C<MOJO_NO_IPV6> and
C<MOJO_NO_TLS> environment variables.
See L<Mojolicious::Guides::Cookbook> for more.
Expand Down
7 changes: 4 additions & 3 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -382,9 +382,10 @@ You can run the exact same command again for automatic hot deployment.
For L<Mojolicious> and L<Mojolicious::Lite> applications it will default to
C<production> mode.
Optional modules L<EV>, L<IO::Socket::IP> and L<IO::Socket::SSL> are supported
transparently and used if installed. Individual features can also be disabled
with the C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.12+) and
L<IO::Socket::SSL> (1.75+) are supported transparently and used if installed.
Individual features can also be disabled with the C<MOJO_NO_IPV6> and
C<MOJO_NO_TLS> environment variables.
See L<Mojolicious::Guides::Cookbook> for more.
Expand Down
7 changes: 4 additions & 3 deletions lib/Mojo/Server/Morbo.pm
Expand Up @@ -130,9 +130,10 @@ To start applications with it you can use the L<morbo> script.
$ morbo myapp.pl
Server available at http://127.0.0.1:3000.
Optional modules L<EV>, L<IO::Socket::IP> and L<IO::Socket::SSL> are supported
transparently and used if installed. Individual features can also be disabled
with the C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.12+) and
L<IO::Socket::SSL> (1.75+) are supported transparently and used if installed.
Individual features can also be disabled with the C<MOJO_NO_IPV6> and
C<MOJO_NO_TLS> environment variables.
See L<Mojolicious::Guides::Cookbook> for more.
Expand Down
7 changes: 4 additions & 3 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -604,9 +604,10 @@ Mojo::UserAgent - Non-blocking I/O HTTP 1.1 and WebSocket user agent
L<Mojo::UserAgent> is a full featured non-blocking I/O HTTP 1.1 and WebSocket
user agent with C<IPv6>, C<TLS> and C<libev> support.
Optional modules L<EV>, L<IO::Socket::IP> and L<IO::Socket::SSL> are supported
transparently and used if installed. Individual features can also be disabled
with the C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.12+) and
L<IO::Socket::SSL> (1.75+) are supported transparently and used if installed.
Individual features can also be disabled with the C<MOJO_NO_IPV6> and
C<MOJO_NO_TLS> environment variables.
See L<Mojolicious::Guides::Cookbook> for more.
Expand Down

0 comments on commit 80c3820

Please sign in to comment.