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

Changelog

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

  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Jotam Jr. Trejo from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

  * Import upstream version 0.20.
  * Add /me to Uploaders.
  * Declare compliance with Debian Policy 4.1.1.
  * Drop unneeded version constraint from libnamespace-clean-perl
    (build) dependency.
  * Update build dependencies.

 -- gregor herrmann <email address hidden>  Tue, 21 Nov 2017 19:12:26 +0100

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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-partialdump-perl_0.20-1.dsc 2.4 KiB 0ba1d77f1b90bf4356f412c6bac4211b525e2d6ce035ad5a4813179dd340f5d7
libdevel-partialdump-perl_0.20.orig.tar.gz 30.9 KiB aef0ff3ea59a9691967c2885118ff667156084957089c4388f49db646fd3d907
libdevel-partialdump-perl_0.20-1.debian.tar.xz 2.9 KiB 5978d17a321baf18f1a296d694fc4886558f62f5ffa872024787d8ec3160401e

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.