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

Changelog

libdata-peek-perl (0.46-1build2) artful; urgency=medium

  * No-change rebuild for perl 5.26.0.

 -- Matthias Klose <email address hidden>  Wed, 26 Jul 2017 20:05:27 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Artful
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.46.orig.tar.gz 59.4 KiB e3d276e798e7eb042b190aea869b38ba4f7c56ec4a4c90d0dcf10bd155c1b773
libdata-peek-perl_0.46-1build2.debian.tar.xz 3.7 KiB 0272ae625e949543d01701809b50aa7fbfeeb6d45e024746ee139a7e61b75ef9
libdata-peek-perl_0.46-1build2.dsc 2.2 KiB 8d9fb98e7374363665fb2d2e08844303e0fefc4fcd49be9daa160ad00934892f

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