Skip to content

Commit

Permalink
move tutorial from Mojolicious::Lite to Mojolicious::Guides::Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 20, 2015
1 parent 8be41ca commit 7eb472b
Show file tree
Hide file tree
Showing 7 changed files with 983 additions and 961 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -11,6 +11,7 @@
- Removed deprecated support for data arguments from Mojo::JSON::Pointer.
- Removed deprecated AUTOLOAD and pluck methods from Mojo::Collection.
- Removed deprecated AUTOLOAD and val methods from Mojo::DOM.
- Moved tutorial from Mojolicious::Lite to Mojolicious::Guides::Tutorial.
- Added term_escape method to Mojo::ByteStream.
- Added term_escape function to Mojo::Util.
- Improved get command to use the user agent of the application.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides.pod
Expand Up @@ -40,7 +40,7 @@ L<HTTP|https://developer.mozilla.org/en-US/docs/Web/HTTP>.

=over 2

=item L<Mojolicious::Lite>
=item L<Mojolicious::Guides::Tutorial>

A fast and fun way to get started developing web applications with Mojolicious
is the L<Mojolicious::Lite> tutorial. This micro web framework is only a thin
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -75,7 +75,7 @@ L<Mojo::IOLoop/"next_tick">.

=head2 Morbo

After reading the L<Mojolicious::Lite> tutorial, you should already be
After reading the L<Mojolicious::Guides::Tutorial>, you should already be
familiar with L<Mojo::Server::Morbo>.

Mojo::Server::Morbo
Expand Down

0 comments on commit 7eb472b

Please sign in to comment.