Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
skip tarballs
  • Loading branch information
kraih committed Feb 23, 2013
1 parent 7baf50f commit 7b78ff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
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 @@ -57,14 +57,6 @@ sub register {
}
);

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

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

Expand Down

0 comments on commit 7b78ff3

Please sign in to comment.