libdata-peek-perl 0.38-1 source package in Ubuntu

Changelog

libdata-peek-perl (0.38-1) unstable; urgency=low


  * New upstream release.

 -- gregor herrmann <email address hidden>  Sat, 02 Jun 2012 18:30:25 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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.38-1.dsc 2.2 KiB 2916bf0993f58e1e0b05c51af2180f52c9bf7324c65373c9f68fbcfc99999d74
libdata-peek-perl_0.38.orig.tar.gz 58.0 KiB f9610bef46d726d810d99571752ae286efc3cc8674ec14ed7c12c6e5442946df
libdata-peek-perl_0.38-1.debian.tar.gz 2.8 KiB 43a6899dc28b8a5ead917a7eef07e4d046eacbac731ebbc1b02d8e3aef3b4120

Available diffs

No changes file available.

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.