NAME

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

VERSION

0.01

SYNOPSIS

use Object::Lazy::Validate;

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

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

DESCRIPTION

Validator and initializer for Object::Lazy

SUBROUTINES/METHODS

sub validate_new

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

sub init

Initializer for the constructor of the package ObjectLazy.

DIAGNOSTICS

Validator and initializer can confess at false parameters.

CONFIGURATION AND ENVIRONMENT

nothing

DEPENDENCIES

nothing

INCOMPATIBILITIES

not known

BUGS AND LIMITATIONS

not known

AUTHOR

Steffen Winkler

LICENSE AND COPYRIGHT

Copyright (c) 2007, Steffen Winkler <steffenw@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.