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

0.08

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

Validator and initializer for Object::Lazy

Validator for the constructor of the package Object::Lazy.
Initializer for the constructor of the package ObjectLazy.

Validator and initializer can confess at false parameters.

nothing


not known

not known

Steffen Winkler

Copyright (c) 2007 - 2010, 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.