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

    Исходный пакет: perl-Tie-ToObject
    Версия: 0.03-alt2.1
    Собран:  19 ноября 2018 г. 15:39
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Tie-ToObject/

    Лицензия: Artistic
    О пакете: Tie::ToObject - Tie to an existing object
    Описание: 
    While "tie" in perldoc allows tying to an arbitrary object, the class in question
    must support this in it's implementation of "TIEHASH", "TIEARRAY" or
    whatever.
    
    This class provides a very tie constructor that simply returns the object it
    was given as it's first argument.
    
    This way side effects of calling "$object->TIEHASH" are avoided.
    
    This is used in Data::Visitor in order to tie a variable to an already
    existing object. This is also useful for cloning, when you want to clone the
    internal state object instead of going through the tie interface for that
    variable.

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

    Сопровождающий: Michael Bochkaryov

    Список участников:
    Igor Vlasenko
    Michael Bochkaryov

      1. perl-Test-use-ok
      2. perl-Tie-RefHash

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


    24 ноября 2010 г. Igor Vlasenko 0.03-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    17 сентября 2008 г. Michael Bochkaryov 0.03-alt2
    - fix directory ownership violation
    5 июня 2008 г. Michael Bochkaryov 0.03-alt1
    - first build for ALT Linux Sisyphus