logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Validation::Class::Directive::Help - Help Directive for Validation Class Field Definitions

Author

       Al Newkirk <anewkirk@ana.io>

Description

       Validation::Class::Directive::Help is a core validation class field directive that holds the help-text
       statement(s) to be associated with specific fields which are useful when rendering form fields or when
       developing RESTful API resources.

Name

       Validation::Class::Directive::Help - Help Directive for Validation Class Field Definitions

Synopsis

           use Validation::Class::Simple;

           my $rules = Validation::Class::Simple->new(
               fields => {
                   username => {
                       help => q/A username was automatically generated for you
                       at the time you registered your account. Check your email
                       client for additional instructions./
                   }
               }
           );

Version

       version 7.900059

See Also