[ ソース: libmoosex-traits-perl ]
パッケージ: libmoosex-traits-perl (0.13-2)
libmoosex-traits-perl に関するリンク
Debian の資源:
libmoosex-traits-perl ソースパッケージをダウンロード:
- [libmoosex-traits-perl_0.13-2.dsc]
- [libmoosex-traits-perl_0.13.orig.tar.gz]
- [libmoosex-traits-perl_0.13-2.debian.tar.xz]
メンテナ:
- Debian Perl Group (QA ページ, メールアーカイブ)
- Jonathan Yu (QA ページ)
- Ryan Niebur (QA ページ)
- Ansgar Burchardt (QA ページ)
- gregor herrmann (QA ページ)
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libmoosex-compiletime-traits-perl
- libmoosex-relatedclassroles-perl
- libmoosex-getopt-perl
- libmoosex-traits-pluggable-perl
- libmoosex-role-strict-perl
- libmoosex-attributeshortcuts-perl
- libmoosex-singleton-perl
- libmoosex-object-pluggable-perl
- libmoosex-aliases-perl
- libmoosex-classattribute-perl
- libmoosex-markasmethods-perl
Moose extension to apply roles at object creation time
MooseX::Traits provides a method to add some roles to a class when creating it (during new). Since components can be added easily to a given class, users don't have to create a named class with the desired roles applied or apply the roles to the instance one-by-one. This module also provides a basic way to initialize the applied roles' attributes while constructing objects.
その他の libmoosex-traits-perl 関連パッケージ
|
|
|
|
-
- dep: libclass-load-perl
- module for loading modules by name
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: libnamespace-autoclean-perl
- module to remove imported symbols after compilation
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libmoosex-role-parameterized-perl
- Moose extension providing parameterized roles