Skip to content

Commit

Permalink
fixed deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 27, 2012
1 parent c11e2e7 commit 590c055
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 @@

3.35 2012-08-27
3.35 2012-08-28
- Deprecated Mojolicious::Controller->render_content in favor of content
helper.
- Improved Mojolicious::Plugin::Config to accept mode specific config files
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -74,7 +74,7 @@ sub register {
# DEPRECATED in Rainbow!
$app->helper(
render_content => sub {
warn "Mojolicious::Controller->render_content has been DEPRECATED!\n";
warn "Mojolicious::Controller->render_content is DEPRECATED!\n";
shift->content(@_);
}
);
Expand Down

0 comments on commit 590c055

Please sign in to comment.