Paketname | libclass-container-perl |
Beschreibung | Glues object frameworks together transparently |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.12-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 108 Byte |
Hängt ab von | perl (>= 5.6.0-16), libparams-validate-perl (>= 0.23) |
Empfohlene Pakete | |
Paketbetreuer | Charles Fry |
Quelle | |
Paketgröße | 28620 Byte |
Prüfsumme MD5 | 66d7eea67d30ebe85d7a4e3f9d63d2ad |
Prüfsumme SHA1 | 86596ac1ea65789913092acb486c8aa1c723025d |
Prüfsumme SHA256 | 3904e36ad4adc432453b975eae35c0a9f17330f1cddce1d38993c29fc56764b6 |
Link zum Herunterladen | libclass-container-perl_0.12-2_all.deb |
Ausführliche Beschreibung | 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 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
|