libmoosex-lazyrequire-perl 0.11-1 source package in Ubuntu
Changelog
libmoosex-lazyrequire-perl (0.11-1) unstable; urgency=medium * Team upload. [ gregor herrmann ] * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ intrigeri ] * Add debian/upstream/metadata * Imported Upstream version 0.11 * Add build-dep on libmodule-build-tiny-perl. * Declare compliance with Standards-Version 3.9.5 (no change required). -- intrigeri <email address hidden> Wed, 27 Aug 2014 14:15:11 -0700
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | perl | |
Bionic | release | universe | perl | |
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmoosex-lazyrequire-perl_0.11-1.dsc | 2.3 KiB | 1eeb838ad180f29674bdf8fb3e7a0cfa70bfabcbd9fd6fe2cd935cbf16ad7446 |
libmoosex-lazyrequire-perl_0.11.orig.tar.gz | 25.8 KiB | ef620c1e019daf9cf3f23a943d25a94c91e93ab312bcd63be2e9740ec0b94288 |
libmoosex-lazyrequire-perl_0.11-1.debian.tar.xz | 2.8 KiB | 2326113f5932bbf17ef0af80b6bb31d70daad620645c6a6fd4a9a3420f75a044 |
Available diffs
- diff from 0.10-1 to 0.11-1 (22.7 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.