Package perl-Tie-ToObject: Information

    Source package: perl-Tie-ToObject
    Version: 0.03-alt2.1
    Build time:  Nov 25, 2010, 06:08 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Tie::ToObject - Tie to an existing object
    Description: 
    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.

    List of rpms provided by this srpm:
    perl-Tie-ToObject (noarch)

    Maintainer: Michael Bochkaryov

    List of contributors:
    Igor Vlasenko
    Michael Bochkaryov

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

    Last changed


    Nov. 24, 2010 Igor Vlasenko 0.03-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    Sept. 17, 2008 Michael Bochkaryov 0.03-alt2
    - fix directory ownership violation
    June 5, 2008 Michael Bochkaryov 0.03-alt1
    - first build for ALT Linux Sisyphus