libdata-compare-perl 1.23-0.1 source package in Ubuntu

Changelog

libdata-compare-perl (1.23-0.1) unstable; urgency=medium


  * Non-maintainer upload.
  * New upstream release.
    Closes: #740956
  * debian/rules: reduce to three-line version in order to get
    build-{arch,indep} targets.
  * Update years of upstream copyright.

 -- gregor herrmann <email address hidden>  Wed, 12 Mar 2014 17:06:22 +0100

Upload details

Uploaded by:
Miguelangel Jose Freitas Loreto
Uploaded to:
Sid
Original maintainer:
Miguelangel Jose Freitas Loreto
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdata-compare-perl_1.23-0.1.dsc 2.0 KiB 466ebd8ec916e85782746a524988a6c7cd47fcc39de27b6d6fd932f1ad79e3ef
libdata-compare-perl_1.23.orig.tar.gz 25.6 KiB dc9ac7c4847054278e0940f1d3034772ef3724e2f7223a56cac823465db01239
libdata-compare-perl_1.23-0.1.diff.gz 2.2 KiB 3505ec3c44ac468badfd06d36dc70e4c5e289f049b47ad3ada08ea70a482d4da

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