Skip to content

Commit

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

1.86 2011-08-20 00:00:00
- Improved documentation.

1.85 2011-08-20 00:00:00
- Fixed a url_for bug where captures would be ignored.

Expand Down
2 changes: 1 addition & 1 deletion 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.85';
our $VERSION = '1.86';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Lite.pm
Expand Up @@ -758,8 +758,8 @@ L<Mojolicious> mode, default will be C<development>.
=head2 Logging
L<Mojo::Log> messages will be automatically written to a C<log/$mode.log>
file if a C<log> directory exists.
L<Mojo::Log> messages will be automatically written to C<STDERR> or a
C<log/$mode.log> file if a C<log> directory exists.
$ mkdir log
Expand Down

0 comments on commit 3d2d880

Please sign in to comment.