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

Mojolicious::Script::Test - Test Script

SYNOPSIS

    use Mojo::Script::Test;

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

DESCRIPTION

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

ATTRIBUTES

Mojolicious::Script::Test inherits all attributes from Mojo::Script::Test.

METHODS

Mojolicious::Script::Test inherits all methods from Mojo::Script::Test.