I recently released a new version of Tie-DxHash. This release fixes a bug in the NEXTKEY method that was highlighted when using any function which resets the hash's internal iterator (e.g. keys or values).
The detailed changes are as follows:
- fixed bug: tied hashes did not work correctly when used with keys/values; tested with keys.t and scalar.t- Added Build.PL, MANIFEST.SKIP and META.yml files to distribution
- Added support for testing with Test::Distribution, Test::Kwalitee, Test::Perl::Critic, Test::Pod and Test::Pod::Coverage
- Updated code to match Perl Best Practices and pass all tests down to severity 1
- Ran tests through Devel::Cover and confirmed 100% coverage
Regards
Kevin