Skip to content

Commit

Permalink
mention the purpose of the Mojo class
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 17, 2017
1 parent 543ac18 commit 722f46a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Mojo.pm
Expand Up @@ -55,6 +55,10 @@ L<Mojolicious>. Some of the most commonly used tools are L<Mojo::UserAgent>,
L<Mojo::DOM>, L<Mojo::JSON>, L<Mojo::Server::Daemon>, L<Mojo::Server::Prefork>,
L<Mojo::IOLoop> and L<Mojo::Template>.
The class L<Mojo> serves as an abstract base class for web frameworks like
L<Mojolicious> and L<Mojolicious::Lite>. It provides essentials like the
L</"log"> attribute, which web servers like L<Mojo::Server::Daemon> depend on.
See L<Mojolicious::Guides> for more!
=head1 ATTRIBUTES
Expand Down

0 comments on commit 722f46a

Please sign in to comment.