Пакет perl-Tie-CPHash: Информация

Исходный пакет: perl-Tie-CPHash
Версия: 1.04-alt1.1
Собран:  24 ноября 2010 г. 19:37
Категория: Разработка/Perl
Сообщить об ошибке в пакете
Домашняя страница: http://search.cpan.org/dist/Tie-CPHash/

Лицензия: GPL or Artistic
О пакете: Tie::CPHash - Case preserving but case insensitive hash table
Описание: 
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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
perl-Tie-CPHash (noarch)

Сопровождающий: Sergei Epiphanov

Список участников:
Igor Vlasenko
Sergei Epiphanov

Права:
Sergei Epiphanov
@cpan

    1. perl-Module-Build
    2. perl-Test-Pod >= 1.14
    3. perl-Test-Pod-Coverage >= 1.04
    4. perl-devel

Последнее изменение


22 ноября 2010 г. Igor Vlasenko 1.04-alt1.1
- repair after perl 5.12 upgrade using girar-nmu
18 декабря 2008 г. Sergei Epiphanov 1.04-alt1
- New version
21 июля 2007 г. Sergei Epiphanov 1.03-alt1
- New version
- Fix build dependencies