0.12 Sun Jan 23 21:02:35 CST 2005
- Fixed a bug in the container() method, which was only returning
valid results for delayed objects, not auto-created ones. [Spotted
by Sebastian Willert]
Point HOMEPAGE to an author-independent CPAN link.
Change log:
0.11 Wed Mar 3 21:34:51 CST 2004
- Fixed a bug in the code that detects whether Scalar::Util is
loadable. [Spotted by Michael Alan Dorman]
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting other subclasses for
any of these objects.