https://github.com/chocolateboy/hash-fold
Flatten and unflatten nested hashrefs
https://github.com/chocolateboy/hash-fold
cpan-module flatten fold hash perl-module unflatten unfold
Last synced: about 1 year ago
JSON representation
Flatten and unflatten nested hashrefs
- Host: GitHub
- URL: https://github.com/chocolateboy/hash-fold
- Owner: chocolateboy
- License: artistic-2.0
- Created: 2014-04-16T09:53:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T17:53:39.000Z (over 5 years ago)
- Last Synced: 2025-05-07T14:06:19.586Z (about 1 year ago)
- Topics: cpan-module, flatten, fold, hash, perl-module, unflatten, unfold
- Language: Perl
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE.md
Awesome Lists containing this project
README
Hash-Fold version 1.0.0
===========================
This module provides functional and OO interfaces which can be used to flatten, unflatten and merge nested hashrefs.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Moo
Sub::Exporter
Throwable::Error
Types::Standard
COPYRIGHT AND LICENCE
Copyright (c) 2014-2021 by chocolateboy
This is free software; you can redistribute it and/or modify it under the
terms of the Artistic License 2.0.