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

Authors

Rintaro Ishizaki

Attachments