libdata-dump-perl 1.23-ok1 source package in openKylin

Changelog

libdata-dump-perl (1.23-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-dump-perl_1.23.orig.tar.gz 20.3 KiB af53b05ef1387b4cab4427e6789179283e4f0da8cf036e8db516ddb344512b65
libdata-dump-perl_1.23-ok1.debian.tar.xz 1.8 KiB e3e68bd51e0b1b3b1b4f09592c9ede10ebb90cf4bc2d3fc38d3b4c85fe764a2b
libdata-dump-perl_1.23-ok1.dsc 2.0 KiB 4d0101cca6c074b46a397eeda259b735719d1087a9d13dceb314e344226bca1d

View changes file

Binary packages built by this source

libdata-dump-perl: Perl module to help dump data structures

 Data::Dump provides a single function called dump that takes a list of values
 as its argument and produces a string as its result. The string contains Perl
 code that, when evaled, produces a deep copy of the original arguments. The
 string is formatted for easy reading.
 .
 If called in void context, the dump is printed on standard error instead of
 being returned. If you don't like importing a function that overrides Perl's
 not-so-useful builtin, then you can also import the same function as "pp"
 (the mnemonic for "pretty-print").