Skip to content

Commit

Permalink
explain the return value
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 26, 2015
1 parent 346a331 commit e4c8c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.06 2015-03-25
6.06 2015-03-27

6.05 2015-03-24
- Fixed circular require bug in Mojo::Base and Mojo::Util.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/Mount.pm
Expand Up @@ -72,7 +72,8 @@ and implements the following new ones.
my $route = $plugin->register(Mojolicious->new, {'/foo' => '/some/app.pl'});
Mount L<Mojolicious> application.
Mount L<Mojolicious> application and return the generated route, which is
usually a L<Mojolicious::Routes::Route> object.
=head1 SEE ALSO
Expand Down

0 comments on commit e4c8c9f

Please sign in to comment.