pkgsrc changes:
- Adjust module file permission
Upstream changes:
0.12 Mon Feb 15 19:23:52 CST 2010
Thanks to MONS for addressing these:
- rt 39183 fallback to Clone::PP if needed/possible
- rt 43056 OO support for more sane behavior non-trampling
This version is a cleaned up version of MONS' patch in rt 43056 plus:
Added tests for OO behavior.
Cleaned up POD a little
perltidy
- Updating package for p5 module Hash::Merge to 0.11
- Set license to artistic-2.0
Upstream changes:
0.11 Thu Apr 9 08:32:12 2009
- fix ||= typo, thanks GWADEJ or bringing it to my attention
Collection.
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.