libdata-compare-perl 1.25-1 source package in Ubuntu

Changelog

libdata-compare-perl (1.25-1) unstable; urgency=medium

  * Adopt for the Debian Perl Group (Closes: #830621)
  * debian/control:
     + Added: Vcs-* fields
     + Updated Homepage to metacpan-based URL
  * debian/watch: use metacpan-based URL
  * Use debhelper 9 compat level
  * Update Standards-Version (no changes)
  * Switch to dpkg-source 3.0 (quilt) format
  * Update d/copyright to format 1.0

 -- Dominic Hargreaves <email address hidden>  Sat, 02 Sep 2017 13:22:23 +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
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-compare-perl_1.25-1.dsc 2.2 KiB a28c9e8cedb2cbe9acc09f15443b6d30f125712cd97926dc00ae60586e7899bc
libdata-compare-perl_1.25.orig.tar.gz 25.6 KiB 1d4b36db545fa9fbacd8c012618f6a7846238ee12ab627a2764cfaf45ad4ea73
libdata-compare-perl_1.25-1.debian.tar.xz 2.6 KiB 72a1ccefb247ea4f1f98f19944009f331815d64015ade625247c3710236387a0

Available diffs

No changes file available.

Binary packages built by this source

libdata-compare-perl: perl module to compare perl data structures recursively

 The Data::Compare module compares two perl data structures recursively,
 it natively handles several built-in data types - scalars, references
 to scalars, references to arrays, references to hashes, references
 to subroutines, compiled regular expressions, and globs. For objects, it tries
 to Do The Right Thing and compares the underlying data type.
 .
 However, this is not always what you want. This is especially true if you
 have complex objects which overload stringification and/or numification.
 So you can extend this module with your own plugins for special data
 structures, by using Data::Compare::Plugins (this is not an extra package, it
 is included here).