libdevel-partialdump-perl 0.15-1 source package in Ubuntu

Changelog

libdevel-partialdump-perl (0.15-1) unstable; urgency=low

  * New upstream release
  * debian/control: bump dependency on libnamespace-clean-perl to 0.20
  * Bump DH compat level to 8
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  13 May 2011 06:49:53 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdevel-partialdump-perl_0.15.orig.tar.gz 7.5 KiB f6fc56b80c29b88f7a63ad8ba8a28d6c106581945a9c5ebcaa71510c0610a476
libdevel-partialdump-perl_0.15-1.debian.tar.gz 2.2 KiB 411f95d0c009d5203338286a7177ac0481582ba93e7b77f83239fe60028caf47
libdevel-partialdump-perl_0.15-1.dsc 2.2 KiB 3d039d9230d6895db696f285e453261985d52974a467fa56827b7ac45f8ce8f6

Available diffs

View changes file

Binary packages built by this source

libdevel-partialdump-perl: Perl module to dump subroutine parameters concisely

 Devel::PartialDump is similar in nature to Data::Dumper, however, it is
 optimized for the common case of bug reporting with complex data structures.
 Outputting a string containing a complex data structure can yield rather
 useless results, since the structures are stringified.
 .
 This module optionally overrides Carp's routines to provide a concise dump of
 a variable's contents instead of a simple stringification with warn, etc.