libdata-printer-perl 1.002001-1 source package in Ubuntu

Changelog

libdata-printer-perl (1.002001-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.002001.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Sat, 27 Apr 2024 22:20:54 +0200

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 proposed universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-printer-perl_1.002001-1.dsc 2.5 KiB d09e4bc49a52f185ef3852d8a1daf0a48f4a16501fd69ce0c2da9182bb038781
libdata-printer-perl_1.002001.orig.tar.gz 116.8 KiB 96292d29edf85eca10724a00e0af509c40b17b9b5638c00332d703599b6f3b74
libdata-printer-perl_1.002001-1.debian.tar.xz 5.0 KiB 8f164abe234affa22773542e51024a275fd0484b728bcece1d874e08c3623a4c

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