libdata-printer-perl 0.40-ok1 source package in openKylin

Changelog

libdata-printer-perl (0.40-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdata-printer-perl_0.40.orig.tar.gz 57.5 KiB 606930107d8275ccae2f254543a376ef4816137ad566298021cca9723f82525a
libdata-printer-perl_0.40-ok1.debian.tar.xz 2.6 KiB 2120acfe5166504f201d18be43fd178fcaeced59ea3aac8b9691bb5278d7df90
libdata-printer-perl_0.40-ok1.dsc 2.1 KiB 7860693e6181f62786a036918ae2a145cc0b9c6b1e439d9f4b0c323072034ade

View changes file

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