
Mojo::Script::Test - Test Script

use Mojo::Script::Test;
my $test = Mojo::Script::Test->new;
$test->run(@ARGV);

Mojo::Script::Test is a test script.

Mojo::Script::Test inherits all attributes from Mojo::Script and implements the following new ones.
description my $description = $test->description;
$test = $test->description('Foo!');

Mojo::Script::Test inherits all methods from Mojo::Script and implements the following new ones.
run$test = $test->run(@ARGV);