- Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@
5 lines
252 B
Text
5 lines
252 B
Text
Perl module which implements an ordered hash-like object. It's a cross between
|
|
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/
|