Skip to content

Commit

Permalink
just a missing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 31, 2015
1 parent d1b5553 commit 3bad77c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.06 2015-03-31
6.06 2015-04-01

6.05 2015-03-24
- Fixed circular require bug in Mojo::Base and Mojo::Util.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1248,7 +1248,7 @@ appended with a C<.conf> extension (C<myapp.conf>).

Configuration files themselves are just Perl scripts that return a hash
reference, all settings are available through the method L<Mojo/"config"> and
the helper L<Mojolicious::Plugin::DefaultHelpers/"config">
the helper L<Mojolicious::Plugin::DefaultHelpers/"config">.

use Mojolicious::Lite;

Expand Down

0 comments on commit 3bad77c

Please sign in to comment.