pkgsrc/devel/p5-Hash-Merge-Simple/DESCR
sno 233f86f088 Importing Perl 5 module Hash::Merge::Simple version 0.051 from CPAN
into devel/p5-Hash-Merge-Simple.

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.
2012-07-05 13:08:15 +00:00

6 lines
401 B
Text

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.