libmoosex-setonce-perl 0.200002-1.1 source package in Ubuntu
Changelog
libmoosex-setonce-perl (0.200002-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Sun, 03 Jan 2021 14:24:44 +0100
Upload details
- Uploaded by:
- Debian Perl Group on 2021-01-03
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2021-01-04 | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmoosex-setonce-perl_0.200002-1.1.dsc | 2.2 KiB | 3bf468d67b237bdc0cd424b6bf5b18c1d70fbbd9e872284a9a55e2dca090ffc5 |
libmoosex-setonce-perl_0.200002.orig.tar.gz | 13.5 KiB | cbed06b7fcd353f0d99bf80a87c1c0b581160697231b3ad9a608da231ba2b659 |
libmoosex-setonce-perl_0.200002-1.1.debian.tar.xz | 2.2 KiB | 49eae85839d0c91740301751a8d9ee2f5dea7f5eca5818e320d94768e31a8e03 |
Available diffs
- diff from 0.200002-1 to 0.200002-1.1 (376 bytes)
No changes file available.
Binary packages built by this source
- libmoosex-setonce-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.