libdata-printer-perl 0.35-1 source package in Ubuntu

Changelog

libdata-printer-perl (0.35-1) unstable; urgency=low


  * Team upload.
  * New upstream release.
  * Bump Standards-Version to 3.9.4 (no changes).

 -- gregor herrmann <email address hidden>  Sat, 08 Dec 2012 21:18:04 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdata-printer-perl_0.35-1.dsc 2.2 KiB ad064f29ee646a268b146e56ea1634161eca4a5d62846bff27f2cdf94d6d4378
libdata-printer-perl_0.35.orig.tar.gz 51.6 KiB 2b601fbd15a79aa46755a2944f5b56a6c9c56036e7181b0fa612f4b678409c55
libdata-printer-perl_0.35-1.debian.tar.gz 2.4 KiB 4522ab1b5ff7c1eba3bfe4d1fc8dfc8f6618a9f93b54603e43e34a299ad6cbed

Available diffs

No changes file available.

Binary packages built by this source

libdata-printer-perl: colored pretty-printer of Perl data structures and objects

 Data::Printer is a tool designed to display Perl variables and objects on
 screen, properly formatted for inspection by a human being.
 .
 Many people use Data::Dumper for this task, although it was designed
 primarily to stringify data structures such that they can be eval'ed
 back in. It thus lacks all the visual clues, extra information and
 filtering possibilities that Data::Printer has to offer:
 .
   * Sane defaults
   * Highly customizable
   * Colored output by default
   * Human-friendly output, with array index and custom separators
   * Full object dumps including methods, inheritance and internals
   * Exposes extra information such as tainted data and weak references
   * Ability to easily create filters for objects and regular structures
   * Ability to load settings from a .dataprinter file