[ 源代码: libclass-factory-perl ]
软件包:libclass-factory-perl(1.06-3.1)
libclass-factory-perl 的相关链接
Debian 的资源:
下载源码包 libclass-factory-perl:
- [libclass-factory-perl_1.06-3.1.dsc]
- [libclass-factory-perl_1.06.orig.tar.gz]
- [libclass-factory-perl_1.06-3.1.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- gregor herrmann (QA 页面)
- Krzysztof Krzyzaniak (eloy) (QA 页面)
- Damyan Ivanov (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Base class for dynamic factory classes
This is a simple module that factory classes can use to generate new types of objects on the fly, providing a consistent interface to common groups of objects.
Factory classes are used when you have different implementations for the same set of tasks but may not know in advance what implementations you will be using. With a factory class this is easy. Class::Factory even provides a simple constructor for you.