Subject: CVS commit: wip/p5-Tie-Array-Sorted
From: Roman Kulik
Date: 2005-07-15 23:18:23
Message id: E1DtXZu-0001Yi-QX@sc8-pr-cvs1.sourceforge.net

Log Message:
Tie::Array::Sorted represents an ordinary array, which is kept sorted.
All pushes and unshifts cause the elements in question to be inserted in
the appropriate location to maintain order.

Direct stores ($a[10] = "wibble") effectively splice out the original
value and insert the new element. It's not clear why you'd want to use
direct stores like that, but this module does the right thing if you do.

WWW: http://search.cpan.org/dist/Tie-Array-Sorted/

Files:
RevisionActionfile
1.1importwip/p5-Tie-Array-Sorted/DESCR
1.1importwip/p5-Tie-Array-Sorted/Makefile
1.1importwip/p5-Tie-Array-Sorted/PLIST
1.1importwip/p5-Tie-Array-Sorted/distinfo