Skip to content

Commit

Permalink
mention that all bundled plugins are examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 7, 2012
1 parent a9fd79a commit 64552e2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/Charset.pm
Expand Up @@ -32,7 +32,8 @@ Mojolicious::Plugin::Charset - Charset plugin
=head1 DESCRIPTION
L<Mojolicious::Plugin::Charset> is a plugin to easily set the default charset
and encoding on all layers of L<Mojolicious>.
and encoding on all layers of L<Mojolicious>. The code of this plugin is a
good example for learning to build new plugins.
=head1 OPTIONS
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/Config.pm
Expand Up @@ -123,7 +123,8 @@ Mojolicious::Plugin::Config - Perl-ish configuration plugin
L<Mojolicious::Plugin::Config> is a Perl-ish configuration plugin. The
application object can be accessed via C<$app> or the C<app> function. You
can extend the normal configuration file C<myapp.conf> with C<mode> specific
ones like C<myapp.$mode.conf>.
ones like C<myapp.$mode.conf>. The code of this plugin is a good example for
learning to build new plugins.
=head1 OPTIONS
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/I18N.pm
Expand Up @@ -105,7 +105,8 @@ Mojolicious::Plugin::I18N - Internationalization plugin
L<Mojolicious::Plugin::I18N> adds L<Locale::Maketext> support to
L<Mojolicious>. All you have to do besides using this plugin is to add as
many lexicon classes as you need. Languages can usually be detected
automatically from the C<Accept-Languages> request header.
automatically from the C<Accept-Languages> request header. The code of this
plugin is a good example for learning to build new plugins.
This plugin can save a lot of typing, since it will generate the following
code by default.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/JSONConfig.pm
Expand Up @@ -81,7 +81,8 @@ Mojolicious::Plugin::JSONConfig - JSON configuration plugin
L<Mojolicious::Plugin::JSONConfig> is a JSON configuration plugin that
preprocesses it's input with L<Mojo::Template>. The application object can be
accessed via C<$app> or the C<app> function. You can extend the normal config
file C<myapp.json> with C<mode> specific ones like C<myapp.$mode.json>.
file C<myapp.json> with C<mode> specific ones like C<myapp.$mode.json>. The
code of this plugin is a good example for learning to build new plugins.
=head1 OPTIONS
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/Mount.pm
Expand Up @@ -56,7 +56,8 @@ Mojolicious::Plugin::Mount - Application mount plugin
=head1 DESCRIPTION
L<Mojolicious::Plugin::Mount> is a plugin that allows you to mount whole
L<Mojolicious> applications.
L<Mojolicious> applications. The code of this plugin is a good example for
learning to build new plugins.
=head1 METHODS
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/PODRenderer.pm
Expand Up @@ -172,7 +172,8 @@ Mojolicious::Plugin::PODRenderer - POD renderer plugin
=head1 DESCRIPTION
L<Mojolicious::Plugin::PODRenderer> is a renderer for true Perl hackers,
rawr!
rawr! The code of this plugin is a good example for learning to build new
plugins.
=head1 OPTIONS
Expand Down

0 comments on commit 64552e2

Please sign in to comment.