./devel/p5-Tie-CPHash, Case preserving but case insensitive hash table

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.000nb3, Package name: p5-Tie-CPHash-2.000nb3, Maintainer: pkgsrc-users

This module provides a case preserving but case insensitive hash.
This means that

$cphash{KEY} $cphash{key}
$cphash{Key} $cphash{keY}

all refer to the same entry. Also, the hash remembers which form of
the key was last used to store the entry. The `keys' and `each'
functions will return the key that was used to set the value.


Master sites: (Expand)

Filesize: 15.457 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-12-06 10:57:48 by Havard Eidnes | Files touched by this commit (3)
Log message:
Add p5-Tie-CPHash version 2.000.

This implements a case preserving but case insensitive hash table.
This means that

    $cphash{KEY}    $cphash{key}
    $cphash{Key}    $cphash{keY}

all refer to the same entry.  Also, the hash remembers which form of
the key was last used to store the entry.  The `keys' and `each'
functions will return the key that was used to set the value.