Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 14, 2011
1 parent 38d00fe commit 2e1ce67
Show file tree
Hide file tree
Showing 6 changed files with 10 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.99 2011-09-14 00:00:00
- Improved documentation.

1.98 2011-09-14 00:00:00
- Removed Mojo::Server::FastCGI so it can be maintained as a separate
distribution.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -35,7 +35,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Smiling Face With Sunglasses';
our $VERSION = '1.98';
our $VERSION = '1.99';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/CodingGuidelines.pod
Expand Up @@ -8,7 +8,7 @@ Mojolicious::Guides::CodingGuidelines - Coding Guidelines
This document describes the coding guidelines that are the foundations
of L<Mojo> and L<Mojolicious> development.

Please don't send patches unless you agree with them.
Please do not send patches unless you agree with them.

=head1 MISSION STATEMENT

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -5,7 +5,7 @@ Mojolicious::Guides::Cookbook - Cookbook

=head1 OVERVIEW

Cooking with L<Mojolicious>, recipes for every taste.
This document cotains many fun recipes for cooking with L<Mojolicious>.

=head1 DEPLOYMENT

Expand Down
5 changes: 3 additions & 2 deletions lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -5,8 +5,9 @@ Mojolicious::Guides::Growing - Growing

=head1 OVERVIEW

Starting a L<Mojolicious::Lite> prototype from scratch and growing it into a
well structured L<Mojolicious> application.
This document explains the process of starting a L<Mojolicious::Lite>
prototype from scratch and growing it into a well structured L<Mojolicious>
application.

=head1 CONCEPTS

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -7,7 +7,7 @@ Mojolicious::Guides::Rendering - Rendering

=head1 OVERVIEW

Generating content with the L<Mojolicious> renderer.
This document explains content generation with the L<Mojolicious> renderer.

=head1 CONCEPTS

Expand Down

0 comments on commit 2e1ce67

Please sign in to comment.