1HTML::FormFu::ConstrainUts:e:rRaCnognet(r3i)buted Perl DHoTcMuLm:e:nFtoartmiFoun::Constraint::Range(3)
2
3
4
6 HTML::FormFu::Constraint::Range - Numerical Range Constraint
7
9 version 2.07
10
12 type: Range
13 min: 18
14 max: 35
15
17 Numerical range constraint.
18
19 This constraint doesn't honour the "not()" value.
20
22 minimum
23 min
24 If defined, the input value must be equal to or greater than this.
25
26 "min" is an alias for "minimum".
27
28 maximum
29 max
30 If defined, the input value must be equal to or less than this.
31
32 "max" is an alias for "maximum".
33
35 Is a sub-class of, and inherits methods from HTML::FormFu::Constraint
36
37 HTML::FormFu
38
40 Carl Franks "cfranks@cpan.org"
41
43 This library is free software, you can redistribute it and/or modify it
44 under the same terms as Perl itself.
45
47 Carl Franks <cpan@fireartist.com>
48
50 This software is copyright (c) 2018 by Carl Franks.
51
52 This is free software; you can redistribute it and/or modify it under
53 the same terms as the Perl 5 programming language system itself.
54
55
56
57perl v5.30.1 2020-01-30HTML::FormFu::Constraint::Range(3)