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

Changelog

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

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 15:58:16 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-partialdump-perl_0.20-2.dsc 2.3 KiB 9622f51baef594c4e3e1ac2315e38ecbb0f3715478766214a3ec6cf6b1122e96
libdevel-partialdump-perl_0.20.orig.tar.gz 30.9 KiB aef0ff3ea59a9691967c2885118ff667156084957089c4388f49db646fd3d907
libdevel-partialdump-perl_0.20-2.debian.tar.xz 3.0 KiB 6d24f9dbc62666f3ce1a02d1f615fa767f185aceb195d34084f18eeac0667690

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.