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

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