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

    Исходный пакет: perl-Heap
    Версия: 0.80-alt2.1
    Собран:  24 ноября 2010 г. 9:20
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/~jmm/Heap-0.80/

    Лицензия: Artistic
    О пакете: Heap - Perl extensions for keeping data partially sorted
    Описание: 
    The Heap collection of modules provide routines that manage
    a heap of elements.  A heap is a partially sorted structure
    that is always able to easily extract the smallest of the
    elements in the structure (or the largest if a reversed compare
    routine is provided).
    
    If the collection of elements is changing dynamically, the
    heap has less overhead than keeping the collection fully
    sorted.
    
    The elements must be objects as described in "Heap::Elem"
    and all elements inserted into one heap must be mutually
    compatible - either the same class exactly or else classes that
    differ only in ways unrelated to the Heap::Elem interface.

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

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Igor Vlasenko
    Vitaly Lipatov

    Права:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-devel

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


    22 ноября 2010 г. Igor Vlasenko 0.80-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    6 сентября 2008 г. Vitaly Lipatov 0.80-alt2
    - fix directory ownership violation
    3 января 2008 г. Vitaly Lipatov 0.80-alt1
    - new version 0.80 (with rpmrb script)