libautovivification-perl 0.09-1build1 source package in Ubuntu

Changelog

libautovivification-perl (0.09-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sun, 08 May 2011 07:18:35 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libautovivification-perl_0.09.orig.tar.gz 36.1 KiB a6bcd35527ae614cfcdec9c4c6fbac4a381640ff707d4b2a1c5ee083cffc1854
libautovivification-perl_0.09-1build1.debian.tar.gz 2.3 KiB 41ff683b1eb1e2644f859f5a927d84f8a1095ea3602af7738edf31402275f794
libautovivification-perl_0.09-1build1.dsc 2.2 KiB f0e0262d4abf759761fea20558eb1d45710467b0363e1a66a1385cb6686346d4

Available diffs

View changes file

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.