Class::LazyLoad

A highly flexible and general purpose lazyloader class
Download

Class::LazyLoad Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rob Kinyon
  • Publisher web site:
  • http://search.cpan.org/~audreyt/

Class::LazyLoad Tags


Class::LazyLoad Description

A highly flexible and general purpose lazyloader class Class::LazyLoad is a highly flexible and general purpose lazyloader Perl class. With very minimal configuration, it will correctly intercept constructor calls and wait until first access before actually executing the constructor.SYNOPSIS use Class::LazyLoad::Functions 'lazyload', 'unlazyload'; # lazyload classes dynamically lazyload('My::Class'); unlazyload('My::Class'); # lazyload classes at compile time use Class::LazyLoad 'My::Class'; # Same as above use Class::LazyLoad ; # For different constructors use Class::LazyLoad ; # or make your class into a lazyload package My::Class; # If you're using 'new' as the constructor use Class::LazyLoad; # Or, if you're using different constructor names use Class::LazyLoad ; # ... rest of your class here Requirements: · Perl


Class::LazyLoad Related Software