Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed renderer example
  • Loading branch information
kraih committed Dec 30, 2011
1 parent 846085d commit 54e3a56
Show file tree
Hide file tree
Showing 2 changed files with 4 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.42 2011-12-29 00:00:00
2.42 2011-12-30 00:00:00
- Improved RFC 6265 compliance of generated request headers.
- Improved documentation.
- Fixed bug that prevented sessions without expiration.
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -762,6 +762,9 @@ to do is add a new C<handler>.

# Pass the rendered result back to the renderer
$$output = 'The rendered result';

# Return true if rendering succeeded and false if it didn't
return 1;
}
);

Expand Down

0 comments on commit 54e3a56

Please sign in to comment.