libmoosex-classattribute-perl 0.29-3 source package in Ubuntu
Changelog
libmoosex-classattribute-perl (0.29-3) unstable; urgency=medium [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable) -- Jelmer Vernooij <email address hidden> Sun, 16 Oct 2022 01:54:34 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmoosex-classattribute-perl_0.29-3.dsc | 2.3 KiB | 4405058d2a863789b47efe6c57b4c7e7e73c58f08c1a520539b010c669124727 |
libmoosex-classattribute-perl_0.29.orig.tar.gz | 35.5 KiB | 6144c77c52770d4f831cadb6cada37125c80b3e4ffcb246da7ee9d55922ee725 |
libmoosex-classattribute-perl_0.29-3.debian.tar.xz | 5.3 KiB | aa4b6b28e43620719a65a9b209a0d5f52c1fb3d1ebb9003dafd85bd4b81594eb |
Available diffs
- diff from 0.29-2 to 0.29-3 (619 bytes)
No changes file available.
Binary packages built by this source
- libmoosex-classattribute-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.