Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 23, 2011
1 parent f72fe8f commit 7c67ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -2,6 +2,7 @@ This file documents the revision history for Perl extension Mojolicious.

1.88 2011-08-23 00:00:00
- Added EXPERIMENTAL split method to Mojo::ByteStream.
- Improved documentation.
- Fixed small bug in Mojo::JSON.

1.87 2011-08-23 00:00:00
Expand Down
3 changes: 1 addition & 2 deletions lib/Mojolicious.pm
Expand Up @@ -247,8 +247,7 @@ Mojolicious - Duct Tape For The Web!
# Route
sub startup {
my $self = shift;
my $r = $self->routes;
$r->route('/')->to('foo#hello');
$self->routes->get('/hello')->to('foo#hello');
}
# Controller
Expand Down

0 comments on commit 7c67ba6

Please sign in to comment.