Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge, update changes
  • Loading branch information
marcusramberg committed Feb 23, 2013
2 parents 2c437eb + 7b78ff3 commit 68f3116
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@

3.87 2013-02-23
- Improved tests.
- Add Mojo::Util::deprecated

3.86 2013-02-22
- Welcome to the Mojolicious core team Joel Berger.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
@@ -1,5 +1,6 @@
^\.(?!perltidyrc)
.*\.old$
\.tar\.gz$
^Makefile$
^blib
^pm_to_blib
8 changes: 0 additions & 8 deletions lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -58,14 +58,6 @@ sub register {
}
);

# DEPRECATED in Rainbow!
$app->helper(
render_content => sub {
deprecated "Mojolicious::Controller->render_content is DEPRECATED!";
shift->content(@_);
}
);

$app->helper(url_with => \&_url_with);
}

Expand Down

0 comments on commit 68f3116

Please sign in to comment.