[ 原始碼: libmoosex-setonce-perl ]
套件:libmoosex-setonce-perl(0.200002-1.1)
libmoosex-setonce-perl 的相關連結
Debian 的資源:
下載原始碼套件 libmoosex-setonce-perl:
- [libmoosex-setonce-perl_0.200002-1.1.dsc]
- [libmoosex-setonce-perl_0.200002.orig.tar.gz]
- [libmoosex-setonce-perl_0.200002-1.1.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
- Larry Wall's Practical Extraction and Report Language
-
- enh: libmoose-perl
- modern Perl object system framework