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

SYNOPSIS

9           type: Range
10           min: 18
11           max: 35
12

DESCRIPTION

14       Numerical range constraint.
15
16       This constraint doesn't honour the "not()" value.
17

METHODS

19   minimum
20   min
21       If defined, the input value must be equal to or greater than this.
22
23       "min" is an alias for "minimum".
24
25   maximum
26   max
27       If defined, the input value must be equal to or less than this.
28
29       "max" is an alias for "maximum".
30

SEE ALSO

32       Is a sub-class of, and inherits methods from HTML::FormFu::Constraint
33
34       HTML::FormFu
35

AUTHOR

37       Carl Franks "cfranks@cpan.org"
38

LICENSE

40       This library is free software, you can redistribute it and/or modify it
41       under the same terms as Perl itself.
42
43
44
45perl v5.12.1                      2010-05-16HTML::FormFu::Constraint::Range(3)
Impressum