NAME

MojoX::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

MojoX::Validator, MojoX::Constraint