软件包: libmoox-struct-perl (0.014-1)
libmoox-struct-perl 的相关链接
Trisquel 的资源:
下载源码包 libmoox-struct-perl:
- [libmoox-struct-perl_0.014-1.dsc]
- [libmoox-struct-perl_0.014.orig.tar.gz]
- [libmoox-struct-perl_0.014-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Jonas Smedegaard
外部的资源:
- 主页 [metacpan.org]
相似软件包:
simple lightweight record-like structures making sounds like cows
MooX::Struct allows you to create cheap struct-like classes for your data using Moo.
While similar in spirit to MooseX::Struct and Class::Struct, MooX::Struct has a somewhat different usage pattern. Rather than providing you with a "struct" keyword which can be used to define structs, you define all the structs as part of the "use" statement. This means they happen at compile time.
A struct is just an "anonymous" Moo class. MooX::Struct creates this class for you, and installs a lexical alias for it in your namespace. Thus your module can create a "Point3D" struct, and some other module can too, and they won't interfere with each other. All struct classes inherit from MooX::Struct.
其他与 libmoox-struct-perl 有关的软件包
|
|
|
-
- dep: libb-hooks-endofscope-perl
- module for executing code after a scope finished compilation
-
- dep: libdata-optlist-perl
- module to parse and validate simple name/value option pairs
-
- dep: libmoo-perl
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: libnamespace-clean-perl
- module for keeping imports and functions out of the current namespace
-
- dep: libobject-id-perl
- unique identifier for any object
-
- dep: libscalar-does-perl
- like ref() but useful
-
- dep: libsub-install-perl
- module for installing subroutines into packages easily
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language