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

NAME

FormValidator::Lite::Constraint::Email - E-Mail address validation

CONSTRAINTS

EMAIL_LOOSE
    $validator->check(
        email => [qw/EMAIL_LOOSE/],
    );

Check the parameter is valid E-Mail address or not.

This constraint uses Email::Valid::Loose.

SEE ALSO

Email::Valid::Loose, FormValidator::Lite