The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::AutoMock::Mock::TieHash - Track operations to hash-ref

DESCRIPTION

This module is part of Test::AutoMock::Mock::Overloaded and tracks operations to hash-refs. You won't instantiate this class.

For the sake of simplicity, we use the notation {key} for FETCH and STORE. For other tie methods, record with the original name.

See https://perldoc.perl.org/perltie.html#Tying-Hashes .

LICENSE

Copyright (C) Masahiro Honma.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Masahiro Honma <hiratara@cpan.org>