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 675152d commit b2d2eba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

1.90 2011-08-23 00:00:00
- Improved documentation.

1.89 2011-08-23 00:00:00
- Improved Mojo::Home portability. (omega)
- Improved documentation.
Expand Down
12 changes: 6 additions & 6 deletions lib/Mojolicious.pm
Expand Up @@ -34,7 +34,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Smiling Face With Sunglasses';
our $VERSION = '1.89';
our $VERSION = '1.90';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down Expand Up @@ -398,11 +398,7 @@ exactly the same.
Mojolicious has been designed from the ground up for a fun and unique
workflow.
=head2 Want To Know More?
Take a look at our excellent documentation in L<Mojolicious::Guides>!
=head1 ARCHITECTURE
=head2 Architecture
Loosely coupled building blocks, use what you like and just ignore the rest.
Expand All @@ -422,6 +418,10 @@ Loosely coupled building blocks, use what you like and just ignore the rest.
| CGI | | FastCGI | | PSGI | | HTTP 1.1 | | WebSocket |
'-------' '-----------' '--------' '------------' '-------------'
=head2 Want To Know More?
Take a look at our excellent documentation in L<Mojolicious::Guides>!
=head1 ATTRIBUTES
L<Mojolicious> inherits all attributes from L<Mojo> and implements the
Expand Down

0 comments on commit b2d2eba

Please sign in to comment.