Subject: | Email Validation |
I validate an Email in domain with "-" (e.g. abc-def.com)
Method validate() returns error.
I'd replace RegExp at line 119 FieldValidator.pm with
/^[\w\-\.\+]+@([\w\-]+)(\.([\w\-]+))+$/
Now it works!
Please, correct this file on CPAN.
Thanks.
Best regards, Alex.