summaryrefslogtreecommitdiff
path: root/devel/p5-Hash-Merge/DESCR
blob: 4ca01b248d99f60d694431305fd9b0a7fdc43cec (plain)
1
2
3
4
The Perl 5 module Hash::Merge merges two arbitrarily deep hashes
into a single hash. That is, at any level, it will add non-conflicting
key-value pairs from one hash to the other, and follows a set of
specific rules when there are key value conflicts.