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

Changelog

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

  * Team upload.

  * Import upstream version 1.28.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

  * Import upstream version 1.29.

 -- gregor herrmann <email address hidden>  Sun, 11 Jun 2023 21:21:22 +0200

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-compare-perl_1.29-1.dsc 2.5 KiB 54cec3ce40fc35cfa46642b695c4f8e9961adb8219874c680c7f215c3489b7c7
libdata-compare-perl_1.29.orig.tar.gz 26.6 KiB 53c9db3b93263c88aaa3c4072d819eaded024d7a36b38c0c37737d288d5afa8c
libdata-compare-perl_1.29-1.debian.tar.xz 3.2 KiB 1db31f735c59dd03729b3a6278ae9d2032de6a86630a1d3d9fffda8b2fb99aa0

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