libdata-printer-perl 1.000004-2 source package in Ubuntu

Changelog

libdata-printer-perl (1.000004-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Team upload.
  * Update debian/upstream/metadata.
  * Set Rules-Requires-Root: no.

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.
  * Apply multi-arch hints. + libdata-printer-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 18:47:54 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-printer-perl_1.000004-2.dsc 2.3 KiB f92183e972289003af9a4fd6f938513c9bd6441b3af0337cb90dc12438ea97b2
libdata-printer-perl_1.000004.orig.tar.gz 112.3 KiB 4f26ce9722307d3fe8938ecb39e33ffb622ea577721ad8766164c1632e639014
libdata-printer-perl_1.000004-2.debian.tar.xz 3.7 KiB da619cbb08c45c347776b28e543f628ca454645753a1d8d26034758883529c18

Available diffs

No changes file available.

Binary packages built by this source

libdata-printer-perl: colored pretty-printer of Perl data structures and objects

 Data::Printer is a tool designed to display Perl variables and objects on
 screen, properly formatted for inspection by a human being.
 .
 Many people use Data::Dumper for this task, although it was designed
 primarily to stringify data structures such that they can be eval'ed
 back in. It thus lacks all the visual clues, extra information and
 filtering possibilities that Data::Printer has to offer:
 .
   * Sane defaults
   * Highly customizable
   * Colored output by default
   * Human-friendly output, with array index and custom separators
   * Full object dumps including methods, inheritance and internals
   * Exposes extra information such as tainted data and weak references
   * Ability to easily create filters for objects and regular structures
   * Ability to load settings from a .dataprinter file