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