Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Input::Validator::Constraint::Equal - Equal constraint

SYNOPSIS

$validator->group('all_are_equal' => [qw/password confirm_password/])
->equal;

DESCRIPTION

Group constraint that validates that all values are the same.

METHODS

is_valid

Validates the constraint.

SEE ALSO

Input::Validator, Input::Constraint