1Validation::Class::DireUcsteirveC:o:nMtirniSbuumt(e3d)PVearllidDaotciuomne:n:tCaltaisosn::Directive::MinSum(3)
2
3
4

NAME

6       Validation::Class::Directive::MinSum - MinSum Directive for Validation
7       Class Field Definitions
8

VERSION

10       version 7.900057
11

SYNOPSIS

13           use Validation::Class::Simple;
14
15           my $rules = Validation::Class::Simple->new(
16               fields => {
17                   invoice_total => {
18                       min_sum => 1
19                   }
20               }
21           );
22
23           # set parameters to be validated
24           $rules->params->add($parameters);
25
26           # validate
27           unless ($rules->validate) {
28               # handle the failures
29           }
30

DESCRIPTION

32       Validation::Class::Directive::MinSum is a core validation class field
33       directive that validates the numeric value of the associated
34       parameters.
35

AUTHOR

37       Al Newkirk <anewkirk@ana.io>
38
40       This software is copyright (c) 2011 by Al Newkirk.
41
42       This is free software; you can redistribute it and/or modify it under
43       the same terms as the Perl 5 programming language system itself.
44
45
46
47perl v5.32.0                      2020-0V7a-l2i8dation::Class::Directive::MinSum(3)
Impressum