Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039032
en ru br
ALT Linux repos
S:0.03-alt2.1
5.0: 0.03-alt2

Group :: Development/Perl
RPM: perl-Tie-ToObject

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.03-alt2.1
Build date: 24 november 2010, 21:18 ( 696.1 weeks ago )
Size: 6800 b

Home page:   http://search.cpan.org/dist/Tie-ToObject/

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.

Current maintainer: Michael Bochkaryov

List of contributors

List of rpms provided by this srpm:

  • perl-Tie-ToObject
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin