[ 源代码: libmoosex-traits-perl ]
软件包:libmoosex-traits-perl(0.13-3)
libmoosex-traits-perl 的相关链接
Debian 的资源:
下载源码包 libmoosex-traits-perl:
- [libmoosex-traits-perl_0.13-3.dsc]
- [libmoosex-traits-perl_0.13.orig.tar.gz]
- [libmoosex-traits-perl_0.13-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libmoosex-role-parameterized-perl
- Moose extension providing parameterized roles