软件包: libobject-container-perl (0.14-1)
libobject-container-perl 的相关链接
Trisquel 的资源:
下载源码包 libobject-container-perl:
- [libobject-container-perl_0.14-1.dsc]
- [libobject-container-perl_0.14.orig.tar.gz]
- [libobject-container-perl_0.14-1.debian.tar.gz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Marius Gavrilescu
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module that provides a simple object container
Object::Container is an object container with an OO interface. It is used to make singletons out of ordinary classes.
For example, if you want to have a single instance of WWW::Mechanize throughout a program, you can do Object::Container->register('WWW::Mechanize') somewhere and then you can retrieve that instance of WWW::Mechanize from anywhere else with Object::Container->get('WWW::Mechanize');
Class::Singleton is a similar module, which makes subclasses singletons. Unlike Class::Singleton, Object::Container can make any class a singleton.
Object::Registrar is another similar module, but it does not support lazy loading.
其他与 libobject-container-perl 有关的软件包
|
|
|
-
- dep: libclass-accessor-perl
- Perl module that automatically generates accessors
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libexporter-autoclean-perl
- module that exports functions only available at compile time