libmoosex-lazyrequire-perl 0.10-1 source package in Ubuntu
Changelog
libmoosex-lazyrequire-perl (0.10-1) unstable; urgency=low * New upstream release. * Update years of upstream and packaging copyright. -- gregor herrmann <email address hidden> Sat, 23 Mar 2013 14:06:40 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmoosex-lazyrequire-perl_0.10-1.dsc | 2.3 KiB | f38591bb7a1cb55eedba83379cd8dd4eb642e0f52b1ade3644e4d8bb34119ee3 |
libmoosex-lazyrequire-perl_0.10.orig.tar.gz | 15.2 KiB | a555f80c0e91bc428f040015f00dd98f3c022704ec089516b9b3507f3d437090 |
libmoosex-lazyrequire-perl_0.10-1.debian.tar.gz | 2.5 KiB | 6425492323343c5aee103bc9239a44cf96f667139505698716682563ac864344 |
Available diffs
- diff from 0.09-1 to 0.10-1 (4.6 KiB)
No changes file available.
Binary packages built by this source
- libmoosex-lazyrequire-perl: Moose extension to delay errors for attribute declarations
MooseX:
:LazyRequire adds a lazy_require option to Moose attribute
declarations.
.
The reader methods for all attributes with that option will throw an
exception unless a value for the attributes was provided earlier by a
constructor parameter or through a writer method.