The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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