套件:libmoosex-classattribute-perl(0.29-1)
libmoosex-classattribute-perl 的相關連結
Debian 的資源:
下載原始碼套件 libmoosex-classattribute-perl:
- [libmoosex-classattribute-perl_0.29-1.dsc]
- [libmoosex-classattribute-perl_0.29.orig.tar.gz]
- [libmoosex-classattribute-perl_0.29-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
- libmoosex-strictconstructor-perl
- libmoosex-lazyrequire-perl
- libmoosex-role-strict-perl
- libmoosex-getopt-perl
- libmoosex-role-parameterized-perl
- libmoosex-emulate-class-accessor-fast-perl
- libmoosex-singlearg-perl
- libmoosex-methodattributes-perl
- libmoosex-hasdefaults-perl
- libmoosex-meta-typeconstraint-mooish-perl
- libmoosex-singleton-perl
module to declare class attributes Moose-style
MooseX::ClassAttribute allows you to declare class attributes in exactly the same way as object attributes, using class_has() instead of has().
You can use any feature of Moose's attribute declarations, including overriding a parent's attributes, delegation (handles), attribute traits, etc. All features should just work. The one exception is the "required" flag, which is not allowed for class attributes.
The accessor methods for class attribute may be called on the class directly, or on objects of that class. Passing a class attribute to the constructor will not set that attribute.
其他與 libmoosex-classattribute-perl 有關的套件
|
|
|
|
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: libnamespace-autoclean-perl
- module to remove imported symbols after compilation
-
- dep: libnamespace-clean-perl
- module for keeping imports and functions out of the current namespace
-
- dep: libscalar-list-utils-perl (>= 1:1.45)
- modules providing common scalar and list utility subroutines
- 或者 perl (>= 5.25.1)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language