Skip to content

Commit

Permalink
mention references
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 15, 2014
1 parent eb8d303 commit e5a9187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.29 2014-08-15
5.29 2014-08-16
- Added helpers method to Mojolicious::Controller.

5.28 2014-08-13
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -300,8 +300,8 @@ These mappings can be easily extended or changed with L<Mojolicious/"types">.

=head2 Stash data

Any of the native Perl data types can be passed to templates through the
L<Mojolicious::Controller/"stash">.
Any of the native Perl data types can be passed to templates as references
through the L<Mojolicious::Controller/"stash">.

$c->stash(author => 'Sebastian');
$c->stash(frameworks => [qw(Catalyst Mojolicious)]);
Expand Down

0 comments on commit e5a9187

Please sign in to comment.