Commit graph

2 commits

Author SHA1 Message Date
Roman Kulik
2da79995bf Removed from .packlist 2005-07-25 21:47:18 +00:00
Roman Kulik
24912d209c 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/
2005-07-15 21:18:23 +00:00