Object::Lazy::Ref - Simulation of "ref $object" for Object::Lazy
Contents
Bugs And Limitations
not known
Configuration And Environment
nothing
Dependencies
Carp
Description
Simulation of "ref $obj" for Object::Lazy
Diagnostics
nothing
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.
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.
perl v5.36.0 2022-10-16 Object::Lazy::Ref(3pm)
Name
Object::Lazy::Ref - Simulation of "ref $object" for Object::Lazy
Subroutines/Methods
subregister
switch on the simulation.
Object::Lazy::Ref::register($object);
Synopsis
use Object::Lazy::Ref;
Object::Lazy::Ref::register($object);
Version
0.12
