Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Class-Container - Class::Container Perl module
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.
The main features of "Class::Container" are:
* Explicit declaration of containment relationships (aggregation,
factory creation, etc.)
* Declaration of constructor parameters accepted by each member in a
class framework
* Transparent passing of constructor parameters to the class that
needs them
* Ability to create one (automatic) or many (manual) contained objects
automatically and transparently
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| perl-Class-Container |
0.12 |
5.el5 |
src |
21 KiB |
Thu Feb 14 20:51:19 2008 |
Changelog
- * Tue Apr 17 22:00:00 2007 Steven Pritchard <steve{%}kspei{*}com> 0.12-5
- Use fixperms macro instead of our own chmod incantation.
- BR ExtUtils::MakeMaker.
- * Sat Sep 16 22:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.12-4
- Canonicalize Source0 URL.
- Fix find option order.
- * Mon Sep 5 22:00:00 2005 Steven Pritchard <steve{%}kspei{*}com> 0.12-3
- Remove explicit core module dependencies
- Add COPYING and Artistic