Skip to content

Commit

Permalink
fixed handler examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 22, 2012
1 parent 0d1c181 commit 7742bf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
This file documents the revision history for Perl extension Mojolicious.

2.52 2012-02-21 00:00:00
2.52 2012-02-22 00:00:00
- Removed experimental status from config method in Mojo.
- Renamed to_psgi method in Mojo::Server::PSGI to to_psgi_app.
- Improved documentation.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo.pm
Expand Up @@ -164,7 +164,7 @@ Application configuration.
=head2 C<handler>
$tx = $app->handler($tx);
$app->handler($tx);
The handler is the main entry point to your application or framework and
will be called for each new transaction, which will usually be a
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious.pm
Expand Up @@ -404,7 +404,8 @@ object.
=head2 C<handler>
$tx = $app->handler($tx);
$app->handler($tx);
$app->handler($c);
Sets up the default controller and calls process for every request.
Expand Down

0 comments on commit 7742bf3

Please sign in to comment.