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::Generate - Generator Script

SYNOPSIS

    use Mojolicious::Script::Generate;

    my $generator = Mojolicious::Script::Generate->new;
    $generator->run(@ARGV);

DESCRIPTION

Mojolicious::Script::Generate lists available generators.

ATTRIBUTES

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

METHODS

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