mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
c3f58d1897
requirements. PR: ports/102062 Submitted by: Gea-Suan Lin <gslin at gslin.org>
8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
Hash::Case is the base class for various classes which tie special
|
|
treatment for the casing of keys. Be aware of the differences in
|
|
implementation: Lower and Upper are tied native hashes: these hashes
|
|
have no need for hidden fields or other assisting data structured. A
|
|
case Preserve hash will actually create three hashes.
|
|
|
|
WWW: http://search.cpan.org/dist/Hash-Case/
|