[ 源代码: libmoosex-setonce-perl ]
软件包:libmoosex-setonce-perl(0.200002-2)
libmoosex-setonce-perl 的相关链接
Debian 的资源:
下载源码包 libmoosex-setonce-perl:
- [libmoosex-setonce-perl_0.200002-2.dsc]
- [libmoosex-setonce-perl_0.200002.orig.tar.gz]
- [libmoosex-setonce-perl_0.200002-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
- libmoosex-lazyrequire-perl
- libmoosex-undeftolerant-perl
- libmoosex-param-perl
- libmoosex-emulate-class-accessor-fast-perl
- libmoosex-getopt-perl
- libmoosex-singleton-perl
- libmoosex-attribute-env-perl
- libmoosex-singlearg-perl
- libmoosex-attributeshortcuts-perl
- libmoosex-role-parameterized-perl
- libmoosex-oneargnew-perl
module providing write-once, read-many attributes for Moose
MooseX::SetOnce provides the SetOnce attribute which lets your class have attributes that are not lazy and not set, but that cannot be altered once set.
The logic is very simple: if you try to alter the value of an attribute with the SetOnce trait, either by accessor or writer, and the attribute has a value, it will throw an exception.
If the attribute has a clearer, you may clear the attribute and set it again.
其他与 libmoosex-setonce-perl 有关的软件包
|
|
|
|
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- enh: libmoose-perl
- modern Perl object system framework