mojolicious::command::test(3pm) debian man page | unix.com

Man Page: mojolicious::command::test

Operating Environment: debian

Section: 3pm

Mojolicious::Command::test(3pm) 			User Contributed Perl Documentation			   Mojolicious::Command::test(3pm)

NAME
Mojolicious::Command::test - Test command
SYNOPSIS
use Mojolicious::Command::test; my $test = Mojolicious::Command::test->new; $test->run(@ARGV);
DESCRIPTION
Mojolicious::Command::test runs application tests from the "t" directory.
ATTRIBUTES
Mojolicious::Command::test inherits all attributes from Mojo::Command and implements the following new ones. "description" my $description = $test->description; $test = $test->description('Foo!'); Short description of this command, used for the command list. "usage" my $usage = $test->usage; $test = $test->usage('Foo!'); Usage information for this command, used for the help screen.
METHODS
Mojolicious::Command::test inherits all methods from Mojo::Command and implements the following new ones. "run" $test->run(@ARGV); Run this command.
SEE ALSO
Mojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.14.2 2012-09-05 Mojolicious::Command::test(3pm)
Related Man Pages
mojolicious::command::generate(3pm) - debian
mojolicious::command::generate::plugin(3pm) - debian
mojolicious::plugin::eprenderer(3pm) - debian
mojolicious::plugin::mount(3pm) - debian
mojolicious::sessions(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Detecting unused variables...
A (ksh) Library For and From UNIX.com