套件: libobject-declare-perl (0.24-1)
libobject-declare-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libobject-declare-perl:
- [libobject-declare-perl_0.24-1.dsc]
- [libobject-declare-perl_0.24.orig.tar.gz]
- [libobject-declare-perl_0.24-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- gregor herrmann
外部的資源:
- 主頁 [metacpan.org]
相似套件:
declarative object constructor
Object::Declare exports one function, declare, for building named objects with a declarative syntax, similar to how Jifty::DBI::Schema defines its columns.
In list context, declare returns a list of name/object pairs in the order of declaration (allowing duplicates), suitable for putting into a hash. In scalar context, declare returns a hash reference.
Example: function for defining some declarative object
sub do_declare { declare { column x => is rw, is Very::Happy; } };
其他與 libobject-declare-perl 有關的套件
|
|
|
-
- dep: libsub-override-perl
- Perl module used to temporarily override subroutines
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language