Object::Lazy::Validate - validator and initializer for Object::Lazy
Contents
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
License And Copyright
Copyright (c) 2007 - 2012, Steffen Winkler "<steffenw at cpan.org>". All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.36.0 2022-10-16 Object::Lazy::Validate(3pm)
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
