debian man page for mojolicious::command::test

Query: mojolicious::command::test

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
mojo::command(3pm) - debian
mojolicious::command::generate::makefile(3pm) - debian
mojolicious::command::generate::plugin(3pm) - debian
mojolicious::plugin::mount(3pm) - debian
mojolicious::plugin::podrenderer(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?