|
NAMEHTML::FormFu::Constraint::Email - Email Address ConstraintVERSIONversion 2.07DESCRIPTIONChecks the input value is an email address according to the "address" method of Email::Valid.METHODSoptionsArguments: $stringArguments: \@strings Arguments: \%keypairs Options are passed to Email::Valid. An array or single option is passd through with each option as 'true'. Using a hash instead, you can pass through more specific key pair options. Remember in both cases to omitted the leading dash that you would otherwise need if using Email::Valid directly. type: Email options: - macheck - tldcheck - fudge - fqdn - allow_ip - local_rules SEE ALSOIs a sub-class of, and inherits methods from HTML::FormFu::ConstraintThe available options are as per Email::Valid but without the '-' AUTHORCarl Franks "cfranks@cpan.org", Dean Hamstead "dean@bytefoundry.com.au"LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.AUTHORCarl Franks <cpan@fireartist.com>COPYRIGHT AND LICENSEThis software is copyright (c) 2018 by Carl Franks.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |