Skip to content

Commit

Permalink
link to cookbook more often
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 24, 2012
1 parent 03b1518 commit 063ec7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Mojo/IOLoop.pm
Expand Up @@ -350,6 +350,8 @@ 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
set to C<IGNORE> when L<Mojo::IOLoop> is loaded.
See L<Mojolicious::Guides::Cookbook> for recipes.
=head1 ATTRIBUTES
L<Mojo::IOLoop> implements the following attributes.
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojo/Server/Morbo.pm
Expand Up @@ -136,6 +136,8 @@ L<Net::Rendezvous::Publish> are supported transparently and used if 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.
=head1 ATTRIBUTES
L<Mojo::Server::Morbo> implements the following attributes.
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -613,6 +613,8 @@ 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.
See L<Mojolicious::Guides::Cookbook> for recipes.
=head1 EVENTS
L<Mojo::UserAgent> can emit the following events.
Expand Down

0 comments on commit 063ec7e

Please sign in to comment.