libautovivification-perl 0.18-2 source package in Ubuntu

Changelog

libautovivification-perl (0.18-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Wed, 08 Jun 2022 20:23:36 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libautovivification-perl_0.18-2.dsc 2.2 KiB c924e2bb291e6fd52abc8d83ac6237e72844cf894501dbfb2c24222dd656f3ee
libautovivification-perl_0.18.orig.tar.gz 54.5 KiB 2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105
libautovivification-perl_0.18-2.debian.tar.xz 3.5 KiB 7c812f6196e5695d2937869be0fe8746763ee3c4568d287bc1ba86571d272048

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.

libautovivification-perl-dbgsym: debug symbols for libautovivification-perl