Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better plugin descriptions
  • Loading branch information
kraih committed May 6, 2013
1 parent 5d4a77a commit 1a8542b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

3.98 2013-05-06
3.98 2013-05-07
- Added is_empty method to Mojo::Transaction::HTTP.
- Added close_gracefully method to Mojo::IOLoop::Stream.
- Removed deprecated build_form_tx, build_json_tx, post_form and post_json
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/Charset.pm
Expand Up @@ -53,7 +53,8 @@ L<Mojolicious::Plugin> and implements the following new ones.
$plugin->register(Mojolicious->new, {charset => 'Shift_JIS'});
Register C<before_dispatch> hook in L<Mojolicious> application.
Register C<before_dispatch> hook in L<Mojolicious> application and change a
few defaults.
=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Config.pm
Expand Up @@ -159,7 +159,7 @@ Parse configuration file.
my $config = $plugin->register(Mojolicious->new);
my $config = $plugin->register(Mojolicious->new, {file => '/etc/app.conf'});
Register plugin in L<Mojolicious> application.
Register plugin in L<Mojolicious> application and merge configuration.
=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/JSONConfig.pm
Expand Up @@ -111,7 +111,7 @@ Process content with C<render> and parse it with L<Mojo::JSON>.
my $config = $plugin->register(Mojolicious->new);
my $config = $plugin->register(Mojolicious->new, {file => '/etc/foo.conf'});
Register plugin in L<Mojolicious> application.
Register plugin in L<Mojolicious> application and merge configuration.
=head2 render
Expand Down

0 comments on commit 1a8542b

Please sign in to comment.