Class::Lazy
Class::Lazy is Perl module, delays object construction.
USAGE
use Class::Lazy; my $obj = Your::HeavyClass->lazy::new(); # ... any code ... ( construction is postponed ...) $obj->some_method(); # constructed now!
Development
We have a Subversion repository and you can check it out with:
svn co http://www.fs-output.com/svn/repos/pub/Class-Lazy/trunk Class-Lazy
SEE ALSO
- Object::Realize::Later
- Class::LazyObject
- Catalog::lazy_loaders article by Terrence Brannon
- My Blog article
Authors
Rintaro Ishizaki
Attachments
-
Class-Lazy-0.01_01.tar.gz
(13.2 kB) - added by rintaro
1 year ago.
beta
