libautovivification-perl 0.12-1 source package in Ubuntu
Changelog
libautovivification-perl (0.12-1) unstable; urgency=low * Imported Upstream version 0.12 * Remove lintian overrides now unused * Remove libtest-* from build dependencies, not required now -- Xavier Guimard <email address hidden> Sat, 14 Sep 2013 08:38:35 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libautovivification-perl_0.12-1.dsc | 2.2 KiB | cab5c4da5efd3af08645460c75d4548f57277efc03898e20f81042b59163390e |
libautovivification-perl_0.12.orig.tar.gz | 38.2 KiB | 6ef8686766c63571389880e5d87a0ca1d46f7d127982e8ef38aca7568c44840c |
libautovivification-perl_0.12-1.debian.tar.gz | 2.7 KiB | 6e5abcbc9536d4b0ca7d52e389ece1fff8efb656fc154e6e0bc88275013b9f33 |
Available diffs
- diff from 0.11-1 to 0.12-1 (5.8 KiB)
No changes file available.
Binary packages built by this source
- libautovivification-perl: pragma for lexically disabling autovivification
autovivication is a Perl pragma that enables developers to control whether
variables can be created automatically on their first use, rather than
requiring them to be defined beforehand. While occasionally useful, this
behaviour can result in subtle bugs that are difficult to debug.
.
This pragma lets you disable autovivification for some constructs and can
optionally also emit a warning or error when it would have happened.