Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558515
en ru br
ALT Linux repos
S:2.000-alt1
5.0: 1.03-alt1
4.1: 1.03-alt1
4.0: 1.03-alt1

Group :: Development/Perl
RPM: perl-Tie-CPHash

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.000-alt1
Build date: 12 november 2015, 00:10 ( 441.4 weeks ago )
Size: 19.00 Kb

Home page:   http://search.cpan.org/dist/Tie-CPHash/

License: GPL or Artistic
Summary: Tie::CPHash - Case preserving but case insensitive hash table
Description:

The Tie::CPHash module provides a hash table that is case preserving
but case insensitive. 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.

Current maintainer: Sergei Epiphanov

List of contributors

List of rpms provided by this srpm:

  • perl-Tie-CPHash
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin