[ 原始碼: libobject-lazy-perl ]
套件:libobject-lazy-perl(0.16-2)
libobject-lazy-perl 的相關連結
Debian 的資源:
下載原始碼套件 libobject-lazy-perl:
- [libobject-lazy-perl_0.16-2.dsc]
- [libobject-lazy-perl_0.16.orig.tar.gz]
- [libobject-lazy-perl_0.16-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
create objects late from non-owned classes
Object::Lazy implements lazy evaluation and can create lazy objects from every class.
Creates a dummy object including a subroutine which knows how to build the real object.
Later, if a method of the object is called, the real object will be built.
Inherited methods from UNIVERSAL.pm are implemented and so overwritten. This are isa, DOES, can and VERSION.
其他與 libobject-lazy-perl 有關的套件
|
|
|
|
-
- dep: libparams-validate-perl
- Perl module to validate parameters to Perl method/function calls
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language