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

Changelog

libdata-printer-perl (1.002001-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 07:01:22 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdata-printer-perl_1.002001.orig.tar.gz 116.8 KiB 96292d29edf85eca10724a00e0af509c40b17b9b5638c00332d703599b6f3b74
libdata-printer-perl_1.002001-ok1.debian.tar.xz 3.5 KiB 4d6128c581bc00b45ac1a90b7f6777b6d6011df27bab2c12f247f1dfdf977580
libdata-printer-perl_1.002001-ok1.dsc 2.1 KiB 8a76c70303c5ac8ba30aedbce89687bc912a4e42bd9533d859b58b27e14202da

Available diffs

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