libdata-dump-perl 1.23-1.1 source package in Ubuntu

Changelog

libdata-dump-perl (1.23-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 21 Dec 2020 15:34:31 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-dump-perl_1.23-1.1.dsc 2.2 KiB 1d9ffc397f8271269422d1f59d69b0d589a6c2eeafd10416eaf2eeade609dbd6
libdata-dump-perl_1.23.orig.tar.gz 20.3 KiB af53b05ef1387b4cab4427e6789179283e4f0da8cf036e8db516ddb344512b65
libdata-dump-perl_1.23-1.1.debian.tar.xz 3.5 KiB 63acc8ab9745f9ef77793852c94b36bc546dc2a3993403f6d947bee637645533

Available diffs

No changes file available.

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