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

Changelog

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

  * Team upload.

  [ Dominic Hargreaves ]
  * Correct name of package in debian/copyright

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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * Import upstream version 1.26.
  * Add debian/upstream/metadata.
  * Remove debian/libdata-compare-perl.docs, the TODO file is gone.
  * Use HTTPS for Format URL in debian/copyright.
  * Mark package as autopkgtest-able.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * Drop unneeded version constraints from (build) dependencies.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.

 -- gregor herrmann <email address hidden>  Sun, 03 Nov 2019 17:11:52 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-compare-perl_1.26-1.dsc 2.5 KiB 6a3b8f19a8198848fdb06afe6cf22ba44c43b3748ec03aeb5a362f8e2108bc99
libdata-compare-perl_1.26.orig.tar.gz 26.1 KiB 975078ab2b9a80b4cecf7f3e427c76224ca80ffe864e6e3a28e77c88b8f8e00d
libdata-compare-perl_1.26-1.debian.tar.xz 3.0 KiB 450117de38fe8661552335146074047d3f0d66c44f1fe06fef474ad5e6635c12

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