Skip to content

Commit

Permalink
mention environment variables in all affected modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 26, 2012
1 parent 569f909 commit bc3648c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 3 additions & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -344,7 +344,9 @@ 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.
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>
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Server/Daemon.pm
Expand Up @@ -369,8 +369,8 @@ WebSocket server with C<IPv6>, C<TLS>, C<Bonjour> and C<libev> support.
Optional modules L<EV>, L<IO::Socket::IP>, L<IO::Socket::SSL> and
L<Net::Rendezvous::Publish> are supported transparently and used if
installed. Individual features can be disabled with the C<MOJO_NO_BONJOUR>,
C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
installed. Individual features can also be disabled with the
C<MOJO_NO_BONJOUR>, C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
See L<Mojolicious::Guides::Cookbook> for deployment recipes.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -423,7 +423,8 @@ C<production> mode.
Optional modules L<EV>, L<IO::Socket::IP>, L<IO::Socket::SSL> and
L<Net::Rendezvous::Publish> are supported transparently and used if
installed.
installed. Individual features can also be disabled with the
C<MOJO_NO_BONJOUR>, C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
See L<Mojolicious::Guides::Cookbook> for deployment recipes.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Server/Morbo.pm
Expand Up @@ -152,7 +152,8 @@ To start applications with it you can use the L<morbo> script.
Optional modules L<EV>, L<IO::Socket::IP>, L<IO::Socket::SSL> and
L<Net::Rendezvous::Publish> are supported transparently and used if
installed.
installed. Individual features can also be disabled with the
C<MOJO_NO_BONJOUR>, C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
=head1 ATTRIBUTES
Expand Down
5 changes: 3 additions & 2 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -632,8 +632,9 @@ 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 be
disabled with the C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
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.
=head1 EVENTS
Expand Down

0 comments on commit bc3648c

Please sign in to comment.