Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 25, 2011
1 parent 814c1e4 commit 72dc186
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

1.92 2011-08-25 00:00:00
- Improved documentation.

1.91 2011-08-25 00:00:00
- Added EXPERIMENTAL support for cloning Mojo::Message::Request
objects.
Expand Down
40 changes: 19 additions & 21 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.91';
our $VERSION = '1.92';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down Expand Up @@ -262,6 +262,24 @@ Mojolicious - Duct Tape For The Web!
=head1 DESCRIPTION
Loosely coupled building blocks, use what you like and just ignore the rest.
.---------------------------------------------------------------.
| |
| .----------------------------------------------'
| | .--------------------------------------------.
| Application | | Mojolicious::Lite |
| | '--------------------------------------------'
| | .--------------------------------------------.
| | | Mojolicious |
'----------------' '--------------------------------------------'
.---------------------------------------------------------------.
| Mojo |
'---------------------------------------------------------------'
.-------. .-----------. .--------. .------------. .-------------.
| CGI | | FastCGI | | PSGI | | HTTP 1.1 | | WebSocket |
'-------' '-----------' '--------' '------------' '-------------'
Web development for humans, making hard things possible and everything fun.
use Mojolicious::Lite;
Expand Down Expand Up @@ -398,26 +416,6 @@ exactly the same.
Mojolicious has been designed from the ground up for a fun and unique
workflow.
=head2 Architecture
Loosely coupled building blocks, use what you like and just ignore the rest.
.---------------------------------------------------------------.
| |
| .----------------------------------------------'
| | .--------------------------------------------.
| Application | | Mojolicious::Lite |
| | '--------------------------------------------'
| | .--------------------------------------------.
| | | Mojolicious |
'----------------' '--------------------------------------------'
.---------------------------------------------------------------.
| Mojo |
'---------------------------------------------------------------'
.-------. .-----------. .--------. .------------. .-------------.
| CGI | | FastCGI | | PSGI | | HTTP 1.1 | | WebSocket |
'-------' '-----------' '--------' '------------' '-------------'
=head2 Want To Know More?
Take a look at our excellent documentation in L<Mojolicious::Guides>!
Expand Down

0 comments on commit 72dc186

Please sign in to comment.