libdata-dump-perl 1.25-ok2 source package in openKylin

Changelog

libdata-dump-perl (1.25-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Thu, 15 Sep 2022 10:02:33 +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
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdata-dump-perl_1.25.orig.tar.gz 20.4 KiB a4aa6e0ddbf39d5ad49bddfe0f89d9da864e3bc00f627125d1bc580472f53fbd
libdata-dump-perl_1.25-ok2.debian.tar.xz 1.9 KiB 33fd4e4dbcc1cb03eb587c2cc8f7328be354a5edfddade4de413f9f90423c2a5
libdata-dump-perl_1.25-ok2.dsc 1.8 KiB f2246a2dbab9b6c7c703fda4b99045ded1682c3e75ceeb70e1ecc4a2ebb9105e

Available diffs

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").