Skip to content

Commit

Permalink
more links
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 29, 2014
1 parent 7e8ac23 commit db0d146
Show file tree
Hide file tree
Showing 28 changed files with 83 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Command.pm
Expand Up @@ -124,8 +124,8 @@ Mojolicious::Command - Command base class
L<Mojolicious::Command> is an abstract base class for L<Mojolicious> commands.
See L<Mojolicious::Commands> for a list of commands that are available by
default.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/cgi.pm
Expand Up @@ -37,6 +37,9 @@ backend.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::cgi> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/cpanify.pm
Expand Up @@ -63,6 +63,9 @@ L<Mojolicious::Command::cpanify> uploads files to CPAN.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::cpanify> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/daemon.pm
Expand Up @@ -64,6 +64,9 @@ L<Mojo::Server::Daemon> backend.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::daemon> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/eval.pm
Expand Up @@ -47,6 +47,9 @@ L<Mojolicious::Command::eval> runs code against applications.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::eval> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/generate.pm
Expand Up @@ -31,6 +31,9 @@ L<Mojolicious::Command::generate> lists available generators.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::generate> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/generate/app.pm
Expand Up @@ -160,6 +160,9 @@ structures for fully functional L<Mojolicious> applications.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::generate::app> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/generate/lite_app.pm
Expand Up @@ -61,6 +61,9 @@ L<Mojolicious::Lite> applications.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::generate::lite_app> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/generate/makefile.pm
Expand Up @@ -43,6 +43,9 @@ applications.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::generate::makefile> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/generate/plugin.pm
Expand Up @@ -131,6 +131,9 @@ fully functional L<Mojolicious> plugins.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::generate::plugin> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/get.pm
Expand Up @@ -160,6 +160,9 @@ L<Mojo::UserAgent>.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::get> performs requests to remote hosts or local
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/inflate.pm
Expand Up @@ -49,6 +49,9 @@ the C<DATA> sections of your application into real files.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::inflate> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/prefork.pm
Expand Up @@ -93,6 +93,9 @@ L<Mojo::Server::Prefork> backend.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::prefork> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/psgi.pm
Expand Up @@ -28,6 +28,9 @@ backend.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::psgi> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/routes.pm
Expand Up @@ -92,6 +92,9 @@ L<Mojolicious::Command::routes> lists all your application routes.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::routes> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/test.pm
Expand Up @@ -61,6 +61,9 @@ L<Mojolicious::Command::test> runs application tests from the C<t> directory.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::test> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/version.pm
Expand Up @@ -65,6 +65,9 @@ and optional modules.
This is a core command, that means it is always enabled and its code a good
example for learning to build new commands, you're welcome to fork it.
See L<Mojolicious::Commands/"COMMANDS"> for a list of commands that are
available by default.
=head1 ATTRIBUTES
L<Mojolicious::Command::version> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin.pm
Expand Up @@ -29,6 +29,9 @@ Mojolicious::Plugin - Plugin base class
L<Mojolicious::Plugin> is an abstract base class for L<Mojolicious> plugins.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 METHODS
L<Mojolicious::Plugin> inherits all methods from L<Mojo::Base> and implements
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin/Charset.pm
Expand Up @@ -35,6 +35,9 @@ and encoding on all layers of L<Mojolicious>.
The code of this plugin is a good example for learning to build new plugins,
you're welcome to fork it.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 OPTIONS
L<Mojolicious::Plugin::Charset> supports the following options.
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin/Config.pm
Expand Up @@ -104,6 +104,9 @@ filename will be generated from the value of L<Mojolicious/"moniker">.
The code of this plugin is a good example for learning to build new plugins,
you're welcome to fork it.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 OPTIONS
L<Mojolicious::Plugin::Config> supports the following options.
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -122,6 +122,9 @@ L<Mojolicious>.
This is a core plugin, that means it is always enabled and its code a good
example for learning to build new plugins, you're welcome to fork it.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 HELPERS
L<Mojolicious::Plugin::DefaultHelpers> implements the following helpers.
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin/EPLRenderer.pm
Expand Up @@ -86,6 +86,9 @@ templates are pretty much just raw L<Mojo::Template>.
This is a core plugin, that means it is always enabled and its code a good
example for learning to build new plugins, you're welcome to fork it.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 METHODS
L<Mojolicious::Plugin::EPLRenderer> inherits all methods from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin/EPRenderer.pm
Expand Up @@ -91,6 +91,9 @@ Perl variables.
This is a core plugin, that means it is always enabled and its code a good
example for learning to build new plugins, you're welcome to fork it.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 OPTIONS
L<Mojolicious::Plugin::EPRenderer> supports the following options.
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin/HeaderCondition.pm
Expand Up @@ -69,6 +69,9 @@ routes.
This is a core plugin, that means it is always enabled and its code a good
example for learning to build new plugins, you're welcome to fork it.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 METHODS
L<Mojolicious::Plugin::HeaderCondition> inherits all methods from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin/JSONConfig.pm
Expand Up @@ -79,6 +79,9 @@ from the value of L<Mojolicious/"moniker">.
The code of this plugin is a good example for learning to build new plugins,
you're welcome to fork it.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 OPTIONS
L<Mojolicious::Plugin::JSONConfig> inherits all options from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin/Mount.pm
Expand Up @@ -59,6 +59,9 @@ L<Mojolicious> applications.
The code of this plugin is a good example for learning to build new plugins,
you're welcome to fork it.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 METHODS
L<Mojolicious::Plugin::Mount> inherits all methods from L<Mojolicious::Plugin>
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin/PODRenderer.pm
Expand Up @@ -150,6 +150,9 @@ L<Mojolicious::Plugin::PODRenderer> is a renderer for true Perl hackers, rawr!
The code of this plugin is a good example for learning to build new plugins,
you're welcome to fork it.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 OPTIONS
L<Mojolicious::Plugin::PODRenderer> supports the following options.
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Plugin/TagHelpers.pm
Expand Up @@ -297,6 +297,9 @@ C<tag_with_error> helper, to make styling with CSS easier.
This is a core plugin, that means it is always enabled and its code a good
example for learning how to build new plugins, you're welcome to fork it.
See L<Mojolicious::Plugins/"PLUGINS"> for a list of plugins that are available
by default.
=head1 HELPERS
L<Mojolicious::Plugin::TagHelpers> implements the following helpers.
Expand Down

0 comments on commit db0d146

Please sign in to comment.