libautovivification-perl 0.10-1 source package in Ubuntu

Changelog

libautovivification-perl (0.10-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release.
  * Set Standards-Version to 3.9.2 (no further changes).
  * Bump debhelper compatibility level to 8.
  * Add /me to Uploaders.
  * debian/copyright: update information about t/lib/Test/Leaner.pm.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:02:37 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
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.10.orig.tar.gz 37.0 KiB 5be60813eefea0cc765e973528d79135a126d5927f61a127ff2cbafbfe1446ee
libautovivification-perl_0.10-1.debian.tar.gz 2.4 KiB 17934a9a7220e982b6c7bc4d213ec4f6721ae4e3211c4bf7dfef0bbee5375f45
libautovivification-perl_0.10-1.dsc 2.2 KiB c61c5fc6602b2b8d0956e995dc83bbdacd3c5b8842b9c9707769bad2512c2d3d

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.