libdata-compare-perl 1.27-3 source package in Ubuntu

Changelog

libdata-compare-perl (1.27-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 14:24:35 +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
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-compare-perl_1.27-3.dsc 2.2 KiB 0922d48ac1eaae16ea8ef53c0ba1c6c5da9151dbe2ca1a9d5cc324fc0112ff64
libdata-compare-perl_1.27.orig.tar.gz 26.5 KiB 818a20f1f38f74e65253cf8bcf6fed7f94a5a8dd662f75330dcaf4b117cee8bd
libdata-compare-perl_1.27-3.debian.tar.xz 3.2 KiB fd986d1915cc213c8adb7715b8a93a48a177edc40b15ade91e14986b9c05e6fd

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