Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 28, 2012
1 parent a4f69c9 commit 07fdbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Util.pm
Expand Up @@ -644,7 +644,7 @@ this is a much faster version of C<html_escape>.
my $encoded = xor_encode $string, $key;
XOR encode string.
XOR encode string with variable length key.
=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Lite.pm
Expand Up @@ -29,7 +29,7 @@ sub import {
# Default static and template class
$app->static->classes->[0] = $app->renderer->classes->[0] = $caller;

# Export
# Functions
my $root = $routes;
for my $name (qw(any get options patch post put websocket)) {
monkey_patch $caller, $name, sub { $routes->$name(@_) };
Expand Down

0 comments on commit 07fdbad

Please sign in to comment.