Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 11, 2008
1 parent 42e7899 commit b40f35b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -10,6 +10,7 @@ This file documents the revision history for Perl extension Mojo.
- Allow chains to be broken with return values in
MojoX::Dispatcher::Routes.
- The stack in MojoX::Routes should reset.
- Added documentation. (Ch Lamprecht)

0.8009 2008-11-07 00:00:00
- Cleaned up Mojo::Message callbacks and added tests.
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojo.pm
Expand Up @@ -140,6 +140,8 @@ Ask Bjoern Hansen
Audrey Tang
Ch Lamprecht
Christian Hansen
Gisle Aas
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojo/Manual/Mojolicious.pod
Expand Up @@ -92,6 +92,8 @@ authorization, data processing). That's what C<bridge> is for.
->route('/blog')->to(action => 'list');

C<Foo::auth> will be called before C<Foo::list>.
If C<Foo:auth> does not return a true value, the chain will be broken and
return without C<Foo::list> being called.

=head2 Waypoints

Expand Down

0 comments on commit b40f35b

Please sign in to comment.