-
-
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 (392 / 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::Ref - Simulation of
ref $object
for Object::LazyVERSION
0.12
SYNOPSIS
use Object::Lazy::Ref; Object::Lazy::Ref::register($object);
DESCRIPTION
Simulation of
ref $obj
for Object::LazySUBROUTINES/METHODS
sub register
switch on the simulation.
Object::Lazy::Ref::register($object);
DIAGNOSTICS
nothing
CONFIGURATION AND ENVIRONMENT
nothing
DEPENDENCIES
INCOMPATIBILITIES
This module will change *CORE::GLOBAL::ref premanently. If a call of sub ref not matched with an registered Object::Lazy object the *CORE::GLOBAL::ref will be restored during call and will fall back after that.
When another programm decided to change *CORE::GLOBAL::ref permanently it has to fallback to the old *CORE::GLOBAL::ref too. This is than the Object::Lazy one. When it bails out to CORE::ref, the pipe is broken.
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.