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

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:50:08 +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-1build2.debian.tar.xz 4.4 KiB 29233279a389d131b38f61749a1263a7dd0eba52dacba6494491062a83a6d25d
libdata-peek-perl_0.52-1build2.dsc 2.2 KiB 8754cfad7dc2f0dd29e41a7f817798a1b38dd9e7897d0da35b98908858a7cd21

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