libautovivification-perl 0.18-2build4 source package in Ubuntu

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:49:26 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Downloads

File Size SHA-256 Checksum
libautovivification-perl_0.18.orig.tar.gz 54.5 KiB 2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105
libautovivification-perl_0.18-2build4.debian.tar.xz 3.7 KiB be965c0959883338553506bd71f5f0ea6d78d090aacbd4cad6a337d13546ae31
libautovivification-perl_0.18-2build4.dsc 2.3 KiB 877a2e4abd3e4afe2a5a2b8da96c1bc62009816dee0dad4374a97f18cc52283b

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