Skip to content

Commit

Permalink
mention version command more often
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 9, 2015
1 parent afd9f37 commit cfa3988
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Mojo/IOLoop.pm
Expand Up @@ -327,6 +327,11 @@ L<IO::Socket::SSL> (1.84+) will be used automatically if possible. Individual
features can also be disabled with the C<MOJO_NO_NDN>, C<MOJO_NO_SOCKS> and
C<MOJO_NO_TLS> environment variables.
You can check which optional modules are currently being used with the command
L<Mojolicious::Command::version>.
$ mojo version
See L<Mojolicious::Guides::Cookbook/"REAL-TIME WEB"> for more.
=head1 ATTRIBUTES
Expand Down
5 changes: 5 additions & 0 deletions lib/Mojo/Server/Daemon.pm
Expand Up @@ -271,6 +271,11 @@ L<IO::Socket::SSL> (1.84+) will be used automatically if possible. Individual
features can also be disabled with the C<MOJO_NO_NDN>, C<MOJO_NO_SOCKS> and
C<MOJO_NO_TLS> environment variables.
You can check which optional modules are currently being used with the command
L<Mojolicious::Command::version>.
$ mojo version
See L<Mojolicious::Guides::Cookbook/"DEPLOYMENT"> for more.
=head1 EVENTS
Expand Down
5 changes: 5 additions & 0 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -179,6 +179,11 @@ L<IO::Socket::SSL> (1.84+) will be used automatically if possible. Individual
features can also be disabled with the C<MOJO_NO_NDN>, C<MOJO_NO_SOCKS> and
C<MOJO_NO_TLS> environment variables.
You can check which optional modules are currently being used with the command
L<Mojolicious::Command::version>.
$ mojo version
See L<Mojolicious::Guides::Cookbook/"DEPLOYMENT"> for more.
=head1 MANAGER SIGNALS
Expand Down
5 changes: 5 additions & 0 deletions lib/Mojo/Server/Morbo.pm
Expand Up @@ -137,6 +137,11 @@ L<IO::Socket::SSL> (1.84+) will be used automatically if possible. Individual
features can also be disabled with the C<MOJO_NO_NDN>, C<MOJO_NO_SOCKS> and
C<MOJO_NO_TLS> environment variables.
You can check which optional modules are currently being used with the command
L<Mojolicious::Command::version>.
$ mojo version
See L<Mojolicious::Guides::Cookbook/"DEPLOYMENT"> for more.
=head1 ATTRIBUTES
Expand Down
5 changes: 5 additions & 0 deletions lib/Mojo/Server/Prefork.pm
Expand Up @@ -268,6 +268,11 @@ L<IO::Socket::SSL> (1.84+) will be used automatically if possible. Individual
features can also be disabled with the C<MOJO_NO_NDN>, C<MOJO_NO_SOCKS> and
C<MOJO_NO_TLS> environment variables.
You can check which optional modules are currently being used with the command
L<Mojolicious::Command::version>.
$ mojo version
See L<Mojolicious::Guides::Cookbook/"DEPLOYMENT"> for more.
=head1 MANAGER SIGNALS
Expand Down
5 changes: 5 additions & 0 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -447,6 +447,11 @@ L<IO::Socket::SSL> (1.84+) will be used automatically if possible. Individual
features can also be disabled with the C<MOJO_NO_NDN>, C<MOJO_NO_SOCKS> and
C<MOJO_NO_TLS> environment variables.
You can check which optional modules are currently being used with the command
L<Mojolicious::Command::version>.
$ mojo version
See L<Mojolicious::Guides::Cookbook/"USER AGENT"> for more.
=head1 EVENTS
Expand Down

0 comments on commit cfa3988

Please sign in to comment.