The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 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);