libautovivification-perl 0.18-2build3 source package in Ubuntu

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:49:15 +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-2build3.debian.tar.xz 3.7 KiB e333a13fc6c06678a1401026e212da37da72e59ab90c41ed8fcf3e853c62f080
libautovivification-perl_0.18-2build3.dsc 2.2 KiB b50202e82460735665847596e642fe40225d14c02ddc55092f153e1756bf557b

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