1Validation::Class::DireUcsteirveC:o:nMtirniAbluptheadV(a3Pl)eirdlatDioocnu:m:eCnltaastsi:o:nDirective::MinAlpha(3)
2
3
4
6 Validation::Class::Directive::MinAlpha - MinAlpha Directive for
7 Validation Class Field Definitions
8
10 version 7.900059
11
13 use Validation::Class::Simple;
14
15 my $rules = Validation::Class::Simple->new(
16 fields => {
17 password => {
18 min_alpha => 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
32 Validation::Class::Directive::MinAlpha is a core validation class field
33 directive that validates the length of alphabetic characters in the
34 associated parameters.
35
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.38.0 2023V-a0l7i-d2a1tion::Class::Directive::MinAlpha(3)