diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-07-27 14:23:39 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-07-27 14:23:39 +0000 |
commit | 67af9888fe05e550b12ae648aec0e041ade5622d (patch) | |
tree | 888867f14f9eee1676374aa88baa71dcf278e4ee /devel/p5-Tie-Array-Sorted/pkg-descr | |
parent | ac25d171d06f650a27cb8bbfb8f8e5a493657140 (diff) |
Notes
Diffstat (limited to 'devel/p5-Tie-Array-Sorted/pkg-descr')
-rw-r--r-- | devel/p5-Tie-Array-Sorted/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-Tie-Array-Sorted/pkg-descr b/devel/p5-Tie-Array-Sorted/pkg-descr new file mode 100644 index 000000000000..d23da939f9d8 --- /dev/null +++ b/devel/p5-Tie-Array-Sorted/pkg-descr @@ -0,0 +1,9 @@ +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/ |