[ 原始碼: libclass-container-perl ]
套件:libclass-container-perl(0.13-2)
libclass-container-perl 的相關連結
Debian 的資源:
下載原始碼套件 libclass-container-perl:
- [libclass-container-perl_0.13-2.dsc]
- [libclass-container-perl_0.13.orig.tar.gz]
- [libclass-container-perl_0.13-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module to glue object frameworks together transparently
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
其他與 libclass-container-perl 有關的套件
|
|
|
|
-
- dep: libparams-validate-perl
- Perl module to validate parameters to Perl method/function calls
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language