Yet another addition. Again, this is a tangential module, but I think it fits the idea of the others listed. The whole list is here:
http://www.metaperl.com/article-pod/Catalog-lazy_loaders/ =item * Class::Prototyped by Toby Ovod-Everett This module supports prototype-based object-oriented programming. An object in such a system consists of slots which may be retrieved from anywhere instead of just a member of an inheritance hierarchy. Slots in these objects can be marked C<autoload> which defers computation of its value until requested. In some cases, deferral of slot population may be a reasonable alternative to deferring class loading or object creation. -- Carter's Compass: I know I'm on the right track when, by deleting something, I'm adding functionality. _______________________________________________ sw-design mailing list [email protected] http://metaperl.com/cgi-bin/mailman/listinfo/sw-design
