[ ソース: libobject-declare-perl ]
パッケージ: libobject-declare-perl (0.25-2)
libobject-declare-perl に関するリンク
Debian の資源:
libobject-declare-perl ソースパッケージをダウンロード:
- [libobject-declare-perl_0.25-2.dsc]
- [libobject-declare-perl_0.25.orig.tar.gz]
- [libobject-declare-perl_0.25-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [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 作の実用的な抽出とレポート用の言語