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

NAME

6       HTML::FormFu::Constraint::Range - Numerical Range Constraint
7

VERSION

9       version 2.07
10

SYNOPSIS

12           type: Range
13           min: 18
14           max: 35
15

DESCRIPTION

17       Numerical range constraint.
18
19       This constraint doesn't honour the "not()" value.
20

METHODS

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

SEE ALSO

35       Is a sub-class of, and inherits methods from HTML::FormFu::Constraint
36
37       HTML::FormFu
38

AUTHOR

40       Carl Franks "cfranks@cpan.org"
41

LICENSE

43       This library is free software, you can redistribute it and/or modify it
44       under the same terms as Perl itself.
45

AUTHOR

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.32.0                      2020-07-28HTML::FormFu::Constraint::Range(3)
Impressum