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

Changelog

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

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Update Test::use::ok build dependency.

  [ Lucas Kanashiro ]
  * Add debian/upstream/metadata
  * Import upstream version 0.18
  * Declare compliance with Debian policy 3.9.6
  * Add autopkgtest-pkg-perl
  * Remove libmodule-build-tiny-perl from b-d

 -- Lucas Kanashiro <email address hidden>  Fri, 21 Aug 2015 08:13:04 -0300

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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-partialdump-perl_0.18-1.dsc 2.5 KiB 5171f1e0a720d507206172935d5b9df17f04c260364ed0ab842b4cce9a572b91
libdevel-partialdump-perl_0.18.orig.tar.gz 29.3 KiB 7814bf578cbae5add970071033b35850fc5158b9b11fcbdd469040127d843344
libdevel-partialdump-perl_0.18-1.debian.tar.xz 2.7 KiB ca6a4b77003008eb3cb6db15103607da14c98d9d1de53b30bb2ec4360c239c97

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.