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

Changelog

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


  * Team upload.

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

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * New upstream release.
  * Update year of upstream copyright.
  * Update (build) dependencies.
  * Install new CONTRIBUTING file.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Wed, 25 Dec 2013 15:58:54 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdevel-partialdump-perl_0.17-1.dsc 2.3 KiB 7ef91d57f7fdda1db29c0affcbc825c4187f1b68e1a85448017ac7a78dc79725
libdevel-partialdump-perl_0.17.orig.tar.gz 26.9 KiB d6f1378743e7227b6d6be76ff75462b82496f40cf284365310d7938e8cc2235b
libdevel-partialdump-perl_0.17-1.debian.tar.gz 2.3 KiB bc42c8d076641a63db678243323251699d33c91f4dd47234afd3524d9203429a

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.