Skip to content

Commit

Permalink
fixed cache example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 17, 2012
1 parent 1d7c3a0 commit 1e1caea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
This file documents the revision history for Perl extension Mojolicious.

2.83 2012-04-17
- Improved documentation.
- Fixed bug that prevented conditions to work in embedded applications.
- Fixed small bug in cpanify command.

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Routes/Route.pm
Expand Up @@ -530,7 +530,7 @@ Render route with parameters into a path.
The L<Mojolicious::Routes> object this route is an ancestor of.
#r->root->caching(0);
$r->root->cache(0);
=head2 C<route>
Expand Down

0 comments on commit 1e1caea

Please sign in to comment.