libdata-peek-perl 0.52-1build3 source package in Ubuntu

Changelog

libdata-peek-perl (0.52-1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:20:46 +1100

Upload details

Uploaded by:
William Grant
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
libdata-peek-perl_0.52.orig.tar.gz 137.8 KiB 6b78ae513c068bd1ed629d08531283c12a9888f61e96ffbdf166d6ab51e277d0
libdata-peek-perl_0.52-1build3.debian.tar.xz 4.4 KiB 77e628d76d04245080ab7cea91feb030becbbb77403d538bc5866b939e982f6c
libdata-peek-perl_0.52-1build3.dsc 2.3 KiB 15214f65b9d123a921cd93d7814322163b39ca06d915bfbf94992e904c43dcb4

Available diffs

View changes file

Binary packages built by this source

libdata-peek-perl: module providing low-level manipulation of Perl data

 Data::Peek is a module that allows for low-level manipulation of Perl data
 structures, particularly for displaying the internal representation of given
 Perl variables.
 .
 In particular, it allows one to look at a scalar value to determine whether it
 contains a string (PV), integer (IV or UV) or floating point number (NV); the
 reference count of that scalar (REFCOUNT) and other flags (such as whether the
 string is UTF-8).
 .
 This module can also create triple variables, which are similar to the dual
 variables provided by Scalar::Util - they have two or three values, and the
 value which is returned depends on the context in which it is used.

libdata-peek-perl-dbgsym: debug symbols for libdata-peek-perl