Skip to content

Commit

Permalink
made dispatch semantics explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 2, 2012
1 parent dbd971e commit 365c6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
This file documents the revision history for Perl extension Mojolicious.

2.57 2012-03-02 00:00:00
2.57 2012-03-03 00:00:00
- Improved documentation.

2.56 2012-03-01 00:00:00
Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Routes.pm
Expand Up @@ -126,6 +126,7 @@ sub dispatch {
# Walk the stack
return if $self->_walk_stack($c);
$self->auto_render($c);
return 1;
}

sub get { shift->_generate_route(get => @_) }
Expand Down

0 comments on commit 365c6eb

Please sign in to comment.