The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Spec::Role::Plugin::GlobalOptions - Plugins for adding options should use this role

DESCRIPTION

See App::Spec::Plugin::Help for an example.

REQUIRED METHODS

install_options

This should return an arrayref of options:

    [
        {
            name => "help",
            summary: "Show command help",
            ...,
        },
    ]