pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/p5-Tie-Array-Sorted
Module name: wip
Committed by: kuli0020
Date: Fri Jul 15 21:18:23 UTC 2005
Import into wip/p5-Tie-Array-Sorted
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/
Status:
Vendor Tag: kuli0020
Release Tags: kuli0020_20050715
N wip/p5-Tie-Array-Sorted/DESCR
N wip/p5-Tie-Array-Sorted/Makefile
N wip/p5-Tie-Array-Sorted/PLIST
N wip/p5-Tie-Array-Sorted/distinfo
No conflicts created by this import
To generate a diff of this commit:
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index