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

Changelog

libdata-printer-perl (1.001001-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:39:32 +0800

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-printer-perl_1.001001.orig.tar.gz 116.0 KiB abae03315514d2b731c6462b8f067648dd990a10354b21606c778cfd91d47b80
libdata-printer-perl_1.001001-ok1.debian.tar.xz 3.5 KiB 4b7f4174531f969473c94830a5112b9794307230ab702315a31ae4ef13f7f8b6
libdata-printer-perl_1.001001-ok1.dsc 2.1 KiB c35c093401a1f4bfd9e2353cbb62df31fcc5c3604e53949c666f95cdd94b7011

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