aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tie-LLHash
Commit message (Collapse)AuthorAgeFilesLines
* Perl module which implements an ordered hash-like object. It's a cross betweenSteve Wills2011-05-024-0/+35
a Perl hash and a linked list. Use it whenever you want the speed and structure of a Perl hash, but the orderedness of a list. WWW: http://search.cpan.org/dist/Tie-LLHash/ Notes: svn path=/head/; revision=273429