Skip to content

Commit

Permalink
fixed plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 3, 2013
1 parent f3b5e9e commit 62c82ff
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions lib/Mojolicious/Plugins.pm
Expand Up @@ -82,58 +82,63 @@ L<Mojolicious::Plugins> is the plugin manager of L<Mojolicious>.
=head1 PLUGINS
These plugins are included in the L<Mojolicious> distribution as examples.
The following plugins are included in the L<Mojolicious> distribution as
examples.
=head2 L<Mojolicious::Plugin::Charset>
=over 2
=item L<Mojolicious::Plugin::Charset>
Change the application charset.
=head2 L<Mojolicious::Plugin::Config>
=item L<Mojolicious::Plugin::Config>
Perl-ish configuration files.
=head2 L<Mojolicious::Plugin::DefaultHelpers>
=item L<Mojolicious::Plugin::DefaultHelpers>
General purpose helper collection, loaded automatically.
=head2 L<Mojolicious::Plugin::EPLRenderer>
=item L<Mojolicious::Plugin::EPLRenderer>
Renderer for plain embedded Perl templates, loaded automatically.
=head2 L<Mojolicious::Plugin::EPRenderer>
=item L<Mojolicious::Plugin::EPRenderer>
Renderer for more sophisiticated embedded Perl templates, loaded
automatically.
=head2 L<Mojolicious::Plugin::HeaderCondition>
=item L<Mojolicious::Plugin::HeaderCondition>
Route condition for all kinds of headers, loaded automatically.
=head2 L<Mojolicious::Plugin::JSONConfig>
=item L<Mojolicious::Plugin::JSONConfig>
JSON configuration files.
=head2 L<Mojolicious::Plugin::Mount>
=item L<Mojolicious::Plugin::Mount>
Mount whole L<Mojolicious> applications.
=head2 L<Mojolicious::Plugin::PODRenderer>
=item L<Mojolicious::Plugin::PODRenderer>
Renderer for turning POD into HTML and documentation browser for
L<Mojolicious::Guides>.
=head2 L<Mojolicious::Plugin::PoweredBy>
=item L<Mojolicious::Plugin::PoweredBy>
Add an C<X-Powered-By> header to outgoing responses, loaded automatically.
=head2 L<Mojolicious::Plugin::RequestTimer>
=item L<Mojolicious::Plugin::RequestTimer>
Log timing information, loaded automatically.
=head2 L<Mojolicious::Plugin::TagHelpers>
=item L<Mojolicious::Plugin::TagHelpers>
Template specific helper collection, loaded automatically.
=back
=head1 EVENTS
L<Mojolicious::Plugins> inherits all events from L<Mojo::EventEmitter>.
Expand Down

0 comments on commit 62c82ff

Please sign in to comment.