[ 原始碼: libmoosex-singlearg-perl ]
套件:libmoosex-singlearg-perl(0.09-1)
libmoosex-singlearg-perl 的相關連結
Debian 的資源:
下載原始碼套件 libmoosex-singlearg-perl:
- [libmoosex-singlearg-perl_0.09-1.dsc]
- [libmoosex-singlearg-perl_0.09.orig.tar.gz]
- [libmoosex-singlearg-perl_0.09-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
- libmoosex-role-parameterized-perl
- libmoosex-classattribute-perl
- libmoosex-getopt-perl
- libmoosex-setonce-perl
- libmoosex-strictconstructor-perl
- libmoosex-emulate-class-accessor-fast-perl
- libmoosex-log-log4perl-perl
- libmoosex-markasmethods-perl
- libmoosex-params-validate-perl
- libmoosex-undeftolerant-perl
- libmoosex-attribute-env-perl
module to instantiate Moose objects using a single argument
MooseX::SingleArg allows Moose instances to be constructed with a single argument. Your class or role must use this module and then use the single_arg method to declare which attribute will be assigned the single argument value.
If the class is constructed using the typical argument list name/value pairs, or with a hashref, then things work as is usual. But, if the arguments are a single non-hashref value then that argument will be assigned to whatever attribute you have declared.
其他與 libmoosex-singlearg-perl 有關的套件
|
|
|
|
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language