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

Changelog

libdata-peek-perl (0.32-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sun, 08 May 2011 07:25:00 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdata-peek-perl_0.32.orig.tar.gz 56.2 KiB 9eb61a0686465cb0fb6f1acdd61716648e2828082e42e25398a3689335c6fac5
libdata-peek-perl_0.32-1build1.debian.tar.gz 2.5 KiB 42b37e4c8d19f2003df711fe8c13b18350661df9f4b87f29b13fc1aad139bf1e
libdata-peek-perl_0.32-1build1.dsc 2.1 KiB a435b52265665a29a30f7f3f382e94ed5492f2f6736c897e21a5f1be880b2eaf

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 (see libscalar-util-perl).