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

    Исходный пакет: perl-Tie-Cycle
    Версия: 1.231-alt1
    Последняя версия по данным Repology
    Собран:  17 апреля 2025 г. 20:55 в задании #381911
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Cycle through a list of values via a scalar
    Описание: 
    You use `Tie::Cycle' to go through a list over and over again.
    Once you get to the end of the list, you go back to the beginning.
    You don't have to worry about any of this since the magic of
    tie does that for you.
    
    The tie takes an array reference as its third argument. The tie
    should succeed unless the argument is not an array reference.
    Previous versions required you to use an array that had more
    than one element (what's the pointing of looping otherwise?),
    but I've removed that restriction since the number of elements
    you want to use may change depending on the situation.
    
    During the tie, this module makes a shallow copy of the array
    reference. If the array reference contains references, and those
    references are changed after the tie, the elements of the cycle
    will change as well. See the included test.pl script for an
    example of this effect.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    perl-Tie-Cycle (noarch)

    Сопровождающий: Kirill Maslinsky

    Список участников:
    Igor Vlasenko
    Kirill Maslinsky

    Права:
    Kirill Maslinsky
    @everybody
    @cpan

      1. perl-devel

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


    17 апреля 2025 г. Igor Vlasenko 1.231-alt1
    - automated CPAN update
    3 апреля 2025 г. Igor Vlasenko 1.229-alt1
    - automated CPAN update
    6 февраля 2024 г. Igor Vlasenko 1.228-alt1
    - automated CPAN update