There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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