-
-
25 Feb 2020 23:31:13 UTC
- Distribution: Object-Lazy
- Module version: 0.12
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (379 / 0 / 0)
- Kwalitee
Bus factor: 1- 93.79% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (14.64KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Steffen Winkler <steffenw at cpan.org>
- Dependencies
- Carp
- Try::Tiny
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- SUBROUTINES/METHODS
- DIAGNOSTICS
- CONFIGURATION AND ENVIRONMENT
- DEPENDENCIES
- INCOMPATIBILITIES
- BUGS AND LIMITATIONS
- AUTHOR
- LICENSE AND COPYRIGHT
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
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.
Module Install Instructions
To install Object::Lazy, copy and paste the appropriate command in to your terminal.
cpanm Object::Lazy
perl -MCPAN -e shell install Object::Lazy
For more information on module installation, please visit the detailed CPAN module installation guide.