1Validation::Class::DireUcsteirveC:o:nHterlipb(u3t)ed PerVlalDiodcautmieonnt:a:tCiloanss::Directive::Help(3)
2
3
4
6 Validation::Class::Directive::Help - Help Directive for Validation
7 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 username => {
18 help => q/A username was automatically generated for you
19 at the time you registered your account. Check your email
20 client for additional instructions./
21 }
22 }
23 );
24
26 Validation::Class::Directive::Help is a core validation class field
27 directive that holds the help-text statement(s) to be associated with
28 specific fields which are useful when rendering form fields or when
29 developing RESTful API resources.
30
32 Al Newkirk <anewkirk@ana.io>
33
35 This software is copyright (c) 2011 by Al Newkirk.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as the Perl 5 programming language system itself.
39
40
41
42perl v5.38.0 2023-07-V2a1lidation::Class::Directive::Help(3)