[ ソース: 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.