Navigation Menu

Skip to content

Commit

Permalink
mention that all built-in commands are good examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 16, 2012
1 parent e6a6d57 commit ec4d881
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -4,6 +4,7 @@
- Added prompt function to Mojo::Util. (jberger, sri)
- Improved Mojo::Content performance slightly.
- Improved cpanify command to prompt for password if necessary. (jberger)
- Improved documentation.
- Fixed memory leak in Mojo::Headers.

3.47 2012-10-13
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/cgi.pm
Expand Up @@ -36,6 +36,9 @@ Mojolicious::Command::cgi - CGI command
L<Mojolicious::Command::cgi> starts applications with L<Mojo::Server::CGI>
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.
=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 @@ -68,6 +68,9 @@ Mojolicious::Command::cpanify - Cpanify command
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.
=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 @@ -65,6 +65,9 @@ Mojolicious::Command::daemon - Daemon command
L<Mojolicious::Command::daemon> starts applications with
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.
=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 @@ -44,6 +44,9 @@ Mojolicious::Command::eval - Eval command
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.
=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 @@ -33,6 +33,9 @@ Mojolicious::Command::generate - Generator command
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.
=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 @@ -156,6 +156,9 @@ Mojolicious::Command::generate::app - App generator command
L<Mojolicious::Command::generate::app> generates application directory
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.
=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 @@ -58,6 +58,9 @@ Mojolicious::Command::generate::lite_app - Lite app generator command
L<Mojolicious::Command::generate::lite_app> generate fully functional
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.
=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 @@ -40,6 +40,9 @@ Mojolicious::Command::generate::makefile - Makefile generator command
L<Mojolicious::Command::generate::makefile> generates C<Makefile.PL> files for
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.
=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 @@ -125,6 +125,9 @@ Mojolicious::Command::generate::plugin - Plugin generator command
L<Mojolicious::Command::generate::plugin> generates directory structures for
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.
=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 @@ -204,6 +204,9 @@ Mojolicious::Command::get - Get command
L<Mojolicious::Command::get> is a command interface to 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.
=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 @@ -43,6 +43,9 @@ Mojolicious::Command::inflate - Inflate command
L<Mojolicious::Command::inflate> turns templates and static files embedded in
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.
=head1 ATTRIBUTES
L<Mojolicious::Command::inflate> inherits all attributes from
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Command/psgi.pm
Expand Up @@ -26,6 +26,9 @@ Mojolicious::Command::psgi - PSGI command
L<Mojolicious::Command::psgi> starts applications with L<Mojo::Server::PSGI>
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.
=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 @@ -110,6 +110,9 @@ Mojolicious::Command::routes - Routes command
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.
=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 @@ Mojolicious::Command::test - Test command
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.
=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 @@ -69,6 +69,9 @@ Mojolicious::Command::version - Version command
L<Mojolicious::Command::version> shows version information for installed core
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.
=head1 ATTRIBUTES
L<Mojolicious::Command::version> inherits all attributes from
Expand Down

0 comments on commit ec4d881

Please sign in to comment.