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

Changelog

libdata-peek-perl (0.48-1build2) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 19:30:27 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.48.orig.tar.gz 66.1 KiB f5d9c82c983c47927cad5e50d509db4e96d72c7b389eac93bdde46a585b8c8ce
libdata-peek-perl_0.48-1build2.debian.tar.xz 3.9 KiB 0a2cd894619274bb43cdfb203a47711297c108e3608f2794302eb38929aabe01
libdata-peek-perl_0.48-1build2.dsc 2.2 KiB b666c576fd675fc6d740ed0c4be69c370e844ffaa74261006d09810586b7293b

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