libdata-compare-perl 1.25-0.1 source package in Ubuntu
Changelog
libdata-compare-perl (1.25-0.1) unstable; urgency=medium * Non-maintainer upload. * New upstream release (Closes: #812339). -- Michael Prokop <email address hidden> Fri, 22 Jan 2016 15:37:20 +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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdata-compare-perl_1.25-0.1.dsc | 1.9 KiB | 2cb2106492474bced827411e05cc98c7dd0283d30912ff638361391a66306172 |
libdata-compare-perl_1.25.orig.tar.gz | 25.6 KiB | 1d4b36db545fa9fbacd8c012618f6a7846238ee12ab627a2764cfaf45ad4ea73 |
libdata-compare-perl_1.25-0.1.diff.gz | 2.3 KiB | c97ce21a9f29e2d98bb77249913cff8c7727e056036f6088802b681830fc8559 |
Available diffs
- diff from 1.23-0.1 to 1.25-0.1 (2.6 KiB)
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).