Paketname | libclass-container-perl |
Beschreibung | Perl module to glue object frameworks together transparently |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.12-3 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl, libparams-validate-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 24114 Byte |
Prüfsumme MD5 | 73f567b70316af40783bddbf4f243826 |
Prüfsumme SHA1 | 8f086ccef043c0c8355aafca95a794ed04dcdc4c |
Prüfsumme SHA256 | 9d85e0a3ca44207d5cdb33f3a0c2ba8dd27e9a5ae59538c17ab841ebdbba9d36 |
Link zum Herunterladen | libclass-container-perl_0.12-3_all.deb |
Ausführliche Beschreibung | The Class::Container module 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 their own subclass for any
of these objects.
.
The main features of Class::Container are:
.
* Declaration of parameters used 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
|