NOTICE: This package has been removed from pkgsrc

./wip/p5-Tie-Array-Sorted, Perl array which is kept sorted

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3, Package name: p5-Tie-Array-Sorted-1.3, Maintainer: kuli0020

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/


Master sites: (Expand)

SHA1: e9a7d48abdd3f7b56feb7c59c774840f4ff48d66
RMD160: 1591a81071460793e175db4bb8a0d610119f2888
Filesize: 2.889 KB

Version history: (Expand)


CVS history: (Expand)


   2008-10-12 19:37:30 by abs | Files touched by this commit (48) | Package removed
Log message:
Renmove the following packages which are available in main pkgsrc
(and update any DEPENDS lines to match)
    p5-CLASS
    p5-Email-FolderType
    p5-Email-LocalDelivery
    p5-Exporter-Lite
    p5-File-MMagic-XS
    p5-File-Path-Expand
    p5-HTML-TokeParser-Simple
    p5-MARC-Record
    p5-Net-Z3950-ZOOM
    p5-Sub-Override
    p5-Test-MockModule
    p5-Tie-Array-Sorted
    p5-aliased
   2008-05-30 14:22:34 by abs | Files touched by this commit (18)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2005-07-25 23:47:19 by Roman Kulik | Files touched by this commit (1)
Log message:
Removed  from .packlist

   2005-07-15 23:18:23 by Roman Kulik | Files touched by this commit (4) | Imported package
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/