Bug 102062 - [NEW PORT] devel/p5-Hash-Case: Base class for hashes with key-casing requirements
Summary: [NEW PORT] devel/p5-Hash-Case: Base class for hashes with key-casing requirem...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-15 09:00 UTC by gslin
Modified: 2006-08-15 16:39 UTC (History)
1 user (show)

See Also:


Attachments
p5-Hash-Case-1.003.shar (2.43 KB, text/plain)
2006-08-15 09:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-15 09:00:33 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-15 09:00:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-08-15 16:38:52 UTC
State Changed
From-To: open->closed

New port added with fix build in perl 5.005. Thank you.