Scroll to navigation

App::Spec::Run::Validator(3) User Contributed Perl Documentation App::Spec::Run::Validator(3)

NAME

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

METHODS

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

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

ATTRIBUTES

Holds the read commandline options
Holds the read commandline parameters
Holds the items from App::Spec for options
Holds the items from App::Spec for parameters
2025-03-26 perl v5.42.1