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

Object::Lazy::Validate - validator and initializer for Object::Lazy

Author

       Steffen Winkler

Bugs And Limitations

       not known

Configuration And Environment

       nothing

Dependencies

       Params::Validate

Description

       Validator and initializer for Object::Lazy

Diagnostics

       Validator and initializer can confess at false parameters.

Incompatibilities

       not known

Name

       Object::Lazy::Validate - validator and initializer for Object::Lazy

Subroutines/Methods

subvalidate_new
       Validator for the constructor of the package Object::Lazy.

   subinit
       Initializer for the constructor of the package ObjectLazy.

Synopsis

           use Object::Lazy::Validate;

           my ($class, $params) = Object::Lazy::Validate::validate_new(@_);

           $params = Object::Lazy::Validate::init($params);

Version

       0.12

See Also