The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Input::Validator::Constraint::Subset - Subset constraint

SYNOPSIS

    $validator->field('tags')->constraint(subset => [qw/foo bar baz/]);

DESCRIPTION

Checks whether the value is a subset of the provided array reference values.

METHODS

is_valid

Validates the constraint.

SEE ALSO

Input::Validator, Input::Constraint