libdevel-partialdump-perl 0.18-2 source package in Ubuntu

Changelog

libdevel-partialdump-perl (0.18-2) unstable; urgency=medium

  * Team upload

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ Damyan Ivanov ]
  * Claim conformance with Policy 3.9.7
  * Swap alternatives in Test::Simple build-dependency

 -- Damyan Ivanov <email address hidden>  Sun, 21 Feb 2016 20:39:56 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-partialdump-perl_0.18-2.dsc 2.3 KiB 06ecccf7c877015e77f32be2dc360737d577abbf3a7b86f48c2b638875ca44ca
libdevel-partialdump-perl_0.18.orig.tar.gz 29.3 KiB 7814bf578cbae5add970071033b35850fc5158b9b11fcbdd469040127d843344
libdevel-partialdump-perl_0.18-2.debian.tar.xz 2.8 KiB a0260bf8daf2f4c0ba09e0a3251bbea135bc0b94786e45f39a1e683b928b7520

Available diffs

No changes file available.

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.