NAME
Mojo::Script::Test - Test Script
SYNOPSIS
use Mojo::Script::Test;
my $test = Mojo::Script::Test->new;
$test->run(@ARGV);
DESCRIPTION
Mojo::Script::Test is a simple test script.
ATTRIBUTES
Mojo::Script::Test inherits all attributes from Mojo::Script and implements the following new ones.
description
my $description = $test->description;
$test = $test->description('Foo!');
METHODS
Mojo::Script::Test inherits all methods from Mojo::Script and implements the following new ones.
run
$test = $test->run(@ARGV);