libdata-dump-perl 1.25-ok1 source package in openKylin
Changelog
libdata-dump-perl (1.25-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Wed, 07 Sep 2022 09:47:55 +0300
libdata-dump-perl (1.25-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Wed, 07 Sep 2022 09:47:55 +0300
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libdata-dump-perl_1.25.orig.tar.gz | 20.4 KiB | a4aa6e0ddbf39d5ad49bddfe0f89d9da864e3bc00f627125d1bc580472f53fbd |
libdata-dump-perl_1.25-ok1.debian.tar.xz | 1.9 KiB | 466c590eda7678df4dcbfbc98239d75cd57c29191638fd22d675afeace0ecba4 |
libdata-dump-perl_1.25-ok1.dsc | 1.8 KiB | d7730499e853bce0542af41e8637c73cfec2e14d1a2cd16a8404ea3596072d65 |
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").