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

NAME

MojoX::Validator::Constraint::In - In constraint

SYNOPSIS

    $validator->field('order')->in(1, 2, 3);

DESCRIPTION

Checks whether the value contains in the array provided.

METHODS

is_valid

Validates the constraint.

SEE ALSO

MojoX::Validator, MojoX::Constraint