freebsd-ports/devel/p5-Hash-Case/pkg-descr
Cheng-Lung Sung c3f58d1897 Add p5-Hash-Case 1.003, base class for hashes with key-casing
requirements.

PR:		ports/102062
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-15 15:38:55 +00:00

7 lines
369 B
Text

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/