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

Changelog

libdata-peek-perl (0.50-1build2) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 11:47:44 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
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.50.orig.tar.gz 131.7 KiB 6f49529e8c5df664d6841069ead51ff13f60b81becf61e6a0776e78083d728e1
libdata-peek-perl_0.50-1build2.debian.tar.xz 4.3 KiB 1d6257a50250a532e4a8fca2e3fd0fa932958245205f32d4d1c1bfdcace8a80a
libdata-peek-perl_0.50-1build2.dsc 2.2 KiB 3439d8a15b20678eab443173c988b41c9c8d5d47ba1643083c5333db63039a7b

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