Skip Menu |

This queue is for tickets about the Hash-Case CPAN distribution.

Report information
The Basics
Id: 54060
Status: resolved
Priority: 0/
Queue: Hash-Case

People
Owner: Nobody in particular
Requestors: EDAVIS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.006
Fixed in: (no value)



Subject: Feature request: Nestable
It would be cool for Hash::Case to work with multilevel hashes. my %h; tie %h, 'Hash::Case::Preserve::Nestable'; $h{abc}{def} = 42; say $h{ABC}{DEF}; # prints 42 This would be similar to Tie::RefHash::Nestable in the perl distribution.
cancel dupplicate