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

Changelog

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

  * Build for openkylin.

 -- denghao <email address hidden>  Tue, 13 Sep 2022 10:26:00 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
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
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdata-printer-perl_1.000004.orig.tar.gz 112.3 KiB 4f26ce9722307d3fe8938ecb39e33ffb622ea577721ad8766164c1632e639014
libdata-printer-perl_1.000004-ok1.debian.tar.xz 2.6 KiB f38ddfa12ece6500b1f4fd8f0524b0303c0da748d1f8748e2ec614db4f473131
libdata-printer-perl_1.000004-ok1.dsc 2.0 KiB af858678fd51b851f9372e0e6941be9f43cb9e748bd5a71da3f1ddb6d599b2a4

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