libdata-dump-perl 1.19-1 source package in Ubuntu

Changelog

libdata-dump-perl (1.19-1) unstable; urgency=low

  [ Jotam Jr. Trejo ]
  * New upstream release

  [ Salvatore Bonaccorso ]
  * debian/copyright: Use 'or' instead of '|' for listing alternative
    licenses in License stanza according to used revision of DEP5 format
    specification.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  25 Oct 2010 13:45:35 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdata-dump-perl_1.19.orig.tar.gz 19.2 KiB d3aea333596aec4b722379220b7b33d39aa16912e4e59b6e62bdbd50bf46c357
libdata-dump-perl_1.19-1.debian.tar.gz 3.1 KiB af271d7c2f93a6efd293ddd6f3c7567ad01bddc820145d376eea7b72f279b95e
libdata-dump-perl_1.19-1.dsc 2.1 KiB 222fdee263cdc9660fd83087b59412357315513cfde2d485887a034a68464a5f

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