Skip to content

Commit

Permalink
mention version command only in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 9, 2015
1 parent cfa3988 commit c9cd59d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 33 deletions.
5 changes: 0 additions & 5 deletions lib/Mojo/IOLoop.pm
Expand Up @@ -327,11 +327,6 @@ 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: 0 additions & 5 deletions lib/Mojo/Server/Daemon.pm
Expand Up @@ -271,11 +271,6 @@ 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: 0 additions & 5 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -179,11 +179,6 @@ 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: 0 additions & 5 deletions lib/Mojo/Server/Morbo.pm
Expand Up @@ -137,11 +137,6 @@ 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: 0 additions & 5 deletions lib/Mojo/Server/Prefork.pm
Expand Up @@ -268,11 +268,6 @@ 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: 0 additions & 5 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -447,11 +447,6 @@ 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
9 changes: 6 additions & 3 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -34,9 +34,12 @@ without compromises. While there are no rules in
L<Mojolicious::Guides::Contributing> that forbid dependencies, we do currently
discourage adding non-optional ones in favor of a faster and more painless
installation process. And we do in fact already use several optional CPAN
modules such as L<EV>, L<IO::Socket::Socks>, L<IO::Socket::SSL>,
L<Net::DNS::Native> and L<Plack> to provide advanced functionality if
possible.
modules such as L<EV>, L<IO::Socket::Socks>, L<IO::Socket::SSL> and
L<Net::DNS::Native> to provide advanced functionality if possible. You can
check which optional modules are currently being used with the command
L<Mojolicious::Command::version>.

$ mojo version

=head2 Why reinvent wheels?

Expand Down

0 comments on commit c9cd59d

Please sign in to comment.