Scroll to navigation

Object::Lazy::Validate(3pm) User Contributed Perl Documentation Object::Lazy::Validate(3pm)

NAME

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

VERSION

0.12

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

Params::Validate

INCOMPATIBILITIES

not known

BUGS AND LIMITATIONS

not known

AUTHOR

Steffen Winkler

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.

2020-02-26 perl v5.30.0