Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better stack example
  • Loading branch information
kraih committed Sep 16, 2014
1 parent 891f491 commit 0e7c031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.42 2014-09-16
5.42 2014-09-17

5.41 2014-09-13
- Deprecated Mojolicious::Controller::render_static in favor of
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Routes/Match.pm
Expand Up @@ -160,7 +160,7 @@ The root of the route structure, usually a L<Mojolicious::Routes> object.
=head2 stack
my $stack = $match->stack;
$match = $match->stack([{foo => 'bar'}]);
$match = $match->stack([{action => 'foo'}, {action => 'bar'}]);
Captured parameters with nesting history.
Expand Down

0 comments on commit 0e7c031

Please sign in to comment.