Download: Input-Validator-0.001005.tar.gz
Dependencies
Annotate this POD
Input::Validator::Constraint::Subset - Subset constraint
$validator->field('tags')->constraint(subset => [qw/foo bar baz/]);
Checks whether the value is a subset of the provided array reference values.
is_valid
Validates the constraint.
Input::Validator, Input::Constraint