NAME
Mojolicious::Command::Package - Include the Mojo library in you application!
VERSION
version 0.01
SYNOPSIS
use Mojolicious::Command::Package;
my $generator = Mojolicious::Command::Package->new;
$generator->run(@ARGV);
DESCRIPTION
This command finds your Mojo and Mojolicious installations and includes their files in your application's local-library making your application self-contained.
ATTRIBUTES
Mojo::Command::Package inherits all attributes from Mojo::Command and implements the following new ones.
description
my $description = $app->description;
$app = $app->description('Foo!');
Short description of this command, used for the command list.
usage
my $usage = $app->usage;
$app = $app->usage('Foo!');
Usage information for this command, used for the help screen.
METHODS
Mojo::Command::Package inherits all methods from Mojo::Command and implements the following new ones.
run
$app = $app->run(@ARGV);
Run this command.
SEE ALSO
Mojolicious, Mojolicious::Guides, http://mojolicious.org.
AUTHOR
Al Newkirk <awncorp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by awncorp.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.