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

NAME

App::Spec::Run::Validator - Processes and validates options and parameters

METHODS

process
    my %errs;
    my $ok = $validator->process( $run, \%errs );

Returns 1 or 0. In case of validation errors, it fills %errs.

ATTRIBUTES

options

Holds the read commandline options

parameters

Holds the read commandline parameters

option_specs

Holds the items from App::Spec for options

param_specs

Holds the items from App::Spec for parameters