1HTML::FormFu::ConstrainUts:e:rEmCaoinlt(r3i)buted Perl DHoTcMuLm:e:nFtoartmiFoun::Constraint::Email(3)
2
3
4

NAME

6       HTML::FormFu::Constraint::Email - Email Address Constraint
7

VERSION

9       version 2.07
10

DESCRIPTION

12       Checks the input value is an email address according to the "address"
13       method of Email::Valid.
14

METHODS

16   options
17       Arguments: $string
18
19       Arguments: \@strings
20
21       Arguments: \%keypairs
22
23       Options are passed to Email::Valid. An array or single option is passd
24       through with each option as 'true'. Using a hash instead, you can pass
25       through more specific key pair options. Remember in both cases to
26       omitted the leading dash that you would otherwise need if using
27       Email::Valid directly.
28
29         type: Email
30         options:
31           - macheck
32           - tldcheck
33           - fudge
34           - fqdn
35           - allow_ip
36           - local_rules
37
38   SEE ALSO
39       Is a sub-class of, and inherits methods from HTML::FormFu::Constraint
40
41       The available options are as per Email::Valid but without the '-'
42

AUTHOR

44       Carl Franks "cfranks@cpan.org", Dean Hamstead "dean@bytefoundry.com.au"
45

LICENSE

47       This library is free software, you can redistribute it and/or modify it
48       under the same terms as Perl itself.
49

AUTHOR

51       Carl Franks <cpan@fireartist.com>
52
54       This software is copyright (c) 2018 by Carl Franks.
55
56       This is free software; you can redistribute it and/or modify it under
57       the same terms as the Perl 5 programming language system itself.
58
59
60
61perl v5.28.1                      2018-12-14HTML::FormFu::Constraint::Email(3)
Impressum