perl-hash-merge
Merge arbitrarily deep hashes into a single hash
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. The hash is followed recursively, so that deeply nested hashes that are at the same level will be merged when the parent hashes are merged.
- Versions: 0.302
- Website: https://metacpan.org/release/Hash-Merge
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of perl-hash-merge
as follows:
guix install perl-hash-merge
Or install a particular version:
guix install perl-hash-merge@0.302
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of perl-hash-merge about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-hash-merge'><img src='https://packages.guix.gnu.org/packages/perl-hash-merge/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/perl-hash-merge)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-hash-merge][https://packages.guix.gnu.org/packages/perl-hash-merge/badges/latest-version.svg]]