summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Container
AgeCommit message (Collapse)AuthorFilesLines
2003-10-11Scalar::Util is recommended by Class::Container, and required bykim1-1/+2
HTML::Mason so require it here to avoid possible inconsistancies in building Class::Container.
2003-08-30Import p5-Class-Container version 0.10.he4-0/+44
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.