Skip to content

Commit

Permalink
small documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 20, 2011
1 parent e87963d commit 36d6a66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

2.32 2011-11-21 00:00:00
- Improved documentation.

2.31 2011-11-21 00:00:00
- Improved stacktraces by making them a lot simpler.
- Improved documentation.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -32,7 +32,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Leaf Fluttering In Wind';
our $VERSION = '2.31';
our $VERSION = '2.32';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down
5 changes: 2 additions & 3 deletions lib/Mojolicious/Routes.pm
Expand Up @@ -627,8 +627,7 @@ Mojolicious::Routes - Always find your destination with routes
=head1 DESCRIPTION
L<Mojolicious::Routes> is a very powerful implementation of the famous routes
pattern and the core of the L<Mojolicious> web framework.
L<Mojolicious::Routes> is the core of the L<Mojolicious> web framework.
See L<Mojolicious::Guides::Routing> for more.
=head1 ATTRIBUTES
Expand Down Expand Up @@ -698,7 +697,7 @@ Allow C<bridge> semantics for this route.
my $namespace = $r->namespace;
$r = $r->namespace('Foo::Bar::Controller');
Namespace to search for controllers.
Namespace used by C<dispatch> to search for controllers.
=head2 C<parent>
Expand Down

0 comments on commit 36d6a66

Please sign in to comment.