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

Changelog

libdata-printer-perl (1.001000-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * add git-buildpackage config:
    + use pristine-tar
    + sign tags
    + use DEP-14 git branches
    + enable automatic DEP-14 branch name handling
    + add usage config
  * add source helper tool copyright-check
  * update copyright info:
    + update coverage
    + use field Reference
    + relicense my packaging work as GPL-3+
  * declare compliance with Debian Policy 4.6.2

 -- Jonas Smedegaard <email address hidden>  Mon, 02 Jan 2023 17:07:30 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-printer-perl_1.001000-1.dsc 2.3 KiB e7d4c3f9597cdf031b6096940276ae3a2558c5c972b9fcd5cc9b9112a10f878b
libdata-printer-perl_1.001000.orig.tar.gz 114.4 KiB e7f6f94f25317dd60dfbd358e17f7b8b27c9409cd04b1eb892ddf5d9cd301e47
libdata-printer-perl_1.001000-1.debian.tar.xz 5.0 KiB e74617842c81b4d1b5ece7a4e07444694fb58ba3b012cf0fbd1cce545e0816ba

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