Recursively merge two or more hashes, simply
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 was pretty much taken straight from Catalyst::Utils, and modified to handle more than 2 hashes at the same time.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.052-2.fc42 | - |
Fedora 42 | 0.052-2.fc42 | - |
Fedora 41 | 0.051-29.fc41 | - |
Fedora 40 | 0.051-28.fc40 | - |
Fedora EPEL 9 | 0.051-15.el9 | - |
Fedora EPEL 8 | 0.051-15.el8 | - |
Fedora EPEL 10.1 | 0.051-25.el10_0 | - |
Fedora EPEL 10.0 | 0.051-25.el10_0 | - |
You can contact the maintainers of this package via email at
perl-Hash-Merge-Simple dash maintainers at fedoraproject dot org
.