1HTML::FormFu::ConstrainUts:e:rEmCaoinlt(r3i)buted Perl DHoTcMuLm:e:nFtoartmiFoun::Constraint::Email(3)
2
3
4
6 HTML::FormFu::Constraint::Email - Email Address Constraint
7
9 version 2.07
10
12 Checks the input value is an email address according to the "address"
13 method of Email::Valid.
14
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
44 Carl Franks "cfranks@cpan.org", Dean Hamstead "dean@bytefoundry.com.au"
45
47 This library is free software, you can redistribute it and/or modify it
48 under the same terms as Perl itself.
49
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.32.1 2021-01-27HTML::FormFu::Constraint::Email(3)