|
|
| There's more than one way to do things | |
| PerlMonks |
Re^10: Informal Poll: Traits (Long Post Warning!)by Corion (Patriarch) |
| on Apr 18, 2006 at 10:05 UTC ( [id://544066]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
From a look at the documentation, Class::LazyLoad doesn't seem to support classes that implement cheap operations but can become the full fledged object on demand. Which is what Object::Realize::Later does. There are ways around this that don't need reblessing into the full class I guess, like aggregation/creation of a new instance, but reblessing is the easy/safe way. This is discussed in the Traps section of the documentation.
In Section
Meditations
|
|
||||||||||||||||||||||||||||