libautovivification-perl 0.18-2build2 source package in Ubuntu

Changelog

libautovivification-perl (0.18-2build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:38:20 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.orig.tar.gz 54.5 KiB 2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105
libautovivification-perl_0.18-2build2.debian.tar.xz 3.6 KiB acc014cf0c8b5554dff9be8288dd50f3492c16c6b9a7598ddf9dfe92b6f2b2bd
libautovivification-perl_0.18-2build2.dsc 2.2 KiB d7baee39512b2c8312bbe92e67f11548b8de5f9b574befc459477c5f56c9e384

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.

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