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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:40:28 +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
libdata-peek-perl_0.52.orig.tar.gz 137.8 KiB 6b78ae513c068bd1ed629d08531283c12a9888f61e96ffbdf166d6ab51e277d0
libdata-peek-perl_0.52-1build1.debian.tar.xz 4.3 KiB bf91c39f8e38cf9aed1e62b6d2ddf02d912ca3a72392e516809777bc53d2f740
libdata-peek-perl_0.52-1build1.dsc 2.2 KiB 6c658b3a7a5021335836e9b97172d9d5d827361f0f57fda1bd6e4a88e19673e7

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