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

    Исходный пакет: perl-Tie-CPHash
    Версия: 1.04-alt1
    Собран:  18 декабря 2008 г. 3:36
    Категория: Разработка/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

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

    Права:
    @qa_p5

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

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


    18 декабря 2008 г. Sergei Epiphanov 1.04-alt1
    - New version
    21 июля 2007 г. Sergei Epiphanov 1.03-alt1
    - New version
    - Fix build dependencies
    21 декабря 2006 г. Sergei Epiphanov 1.02-alt1
    - Built for Sisyphus