libdata-dmp-perl 0.240-1 source package in Ubuntu

Changelog

libdata-dmp-perl (0.240-1) unstable; urgency=medium

  * Team upload.

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Import upstream version 0.240.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 12.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Wed, 08 Apr 2020 19:59:26 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-dmp-perl_0.240-1.dsc 2.3 KiB e23a69b48ee19d0c7b59c6096675a7bed81ddebd5dc29df17d4ab3522b27f5de
libdata-dmp-perl_0.240.orig.tar.gz 21.0 KiB 5514c811d6fb708ef9a5930144dd4b76c1ccfe243be94423e2e55fc4a29c0f59
libdata-dmp-perl_0.240-1.debian.tar.xz 2.3 KiB 78c1567783fe9546ac1d826c35a14d60c3ead76305486f6d5b5216d29b09d3fa

Available diffs

No changes file available.

Binary packages built by this source

libdata-dmp-perl: Perl module that dumps Perl data structures as Perl code

 Data::Dmp is a Perl dumper like Data::Dumper. It's compact (only about 150
 lines of code long), starts fast and does not use other module except
 Regexp::Stringify when dumping regexes. It produces compact output (similar
 to Data::Dumper::Concise). It roughly has the same speed as Data::Dumper
 (usually a bit faster for smaller structures), but does not offer the various
 formatting options. It supports dumping objects, regexes, circular
 structures, coderefs. Its code is based on Data::Dump.