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

Changelog

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

  * Team upload.
  * New upstream version (0.36).
  * Update d/copyright headers to comply with (candidate) final DEP-5.

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

  [ Jonathan Yu ]
  * New upstream release 0.33

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release 0.34.
  * Bump debhelper compatibility level to 8.
  * Set Standards-Version to 3.9.2 (no changes).
  * Add /me to Uploaders.
  * Build depend on Test::More 0.88.
  * Add perltidy to Build-Depends and Suggests, and Test::More 0.98 to
    Suggests.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:04:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
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.36.orig.tar.gz 57.8 KiB b44330e0e0fbdc4b0570bd2a9d9e61655bf65d69cf109c6c06ad2cc77d89cee8
libdata-peek-perl_0.36-1.debian.tar.gz 2.6 KiB ad892aac4ecf15aa56ccad16c2a834970d6d1242f859f1548e820748d718182c
libdata-peek-perl_0.36-1.dsc 2.1 KiB faf2e25aaeda1c13cd277fcf82f9b6d19917e372ed6bf2cc2c40e246c2294e5d

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).