libhash-merge-simple-perl 0.051-1 source package in Ubuntu
Changelog
libhash-merge-simple-perl (0.051-1) unstable; urgency=low (HIGH if you are using this module on its own) [ Jonathan Yu ] * New upstream release + Load Exporter before subclassing it (this would break programs if Exporter wasn't already loaded by something else) * Standards-Version 3.9.1 (no changes) * Use new 3.0 (quilt) source format * Refresh copyright information [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update jawnsy's email address -- Ubuntu Archive Auto-Sync <email address hidden> Sat, 25 Dec 2010 10:35:14 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Natty
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | perl | |
Xenial | release | universe | perl | |
Trusty | release | universe | perl | |
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhash-merge-simple-perl_0.051.orig.tar.gz | 4.1 KiB | 1c56327873d2f04d5722777f044863d968910466997740d55a754071c6287b73 |
libhash-merge-simple-perl_0.051-1.debian.tar.gz | 2.1 KiB | 12111e367664f4815b180b7b9f4ae4f08828259a1001be6c19ce083c242609c3 |
libhash-merge-simple-perl_0.051-1.dsc | 2.0 KiB | 792ca0d481472ab3f208480c48735c470ddb8326f9ba4c0c720605d77899e782 |
Available diffs
- diff from 0.04-1 to 0.051-1 (23.9 KiB)
Binary packages built by this source
- libhash-merge-simple-perl: Perl module to easily merge two or more hashes
Hash::
Merge:: Simple will recursively merge two or more hashes and return the
result as a new hash reference. The merge function will descend and merge
hashes that exist under the same node in both the left and right hash, but
doesn't attempt to combine arrays, objects, scalars, or anything else. The
rightmost hash also takes precedence, replacing whatever was in the left hash
if a conflict occurs.
.
This code is based on Catalyst::Utils, but was modified to handle merging more
than two hashes simultaneously.