[![Build Status](https://travis-ci.org/lizmat/Tie-Hash.svg?branch=master)](https://travis-ci.org/lizmat/Tie-Hash) NAME ==== Tie::Hash - Implement Perl 5's Tie::Hash core module SYNOPSIS ======== use Tie::Hash; DESCRIPTION =========== Tie::Hash is a module intended to be subclassed by classes using the [P5tie](tie()) interface. It uses the standard `Hash` implementation as its "backend". SEE ALSO ======== [P5tie](P5tie), [Tie::StdHash](Tie::StdHash) AUTHOR ====== Elizabeth Mattijsen Source can be located at: https://github.com/lizmat/Tie-Hash . Comments and Pull Requests are welcome. COPYRIGHT AND LICENSE ===================== Copyright 2018 Elizabeth Mattijsen Re-imagined from Perl 5 as part of the CPAN Butterfly Plan. This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.