pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Tie-ToObject



Module Name:    pkgsrc
Committed By:   abs
Date:           Mon Jun 23 03:53:33 UTC 2008

Update of /cvsroot/pkgsrc/devel/p5-Tie-ToObject
In directory ivanova.netbsd.org:/tmp/cvs-serv12415

Log Message:
import p5-Tie-ToObject-0.03

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.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-Tie-ToObject/Makefile
N pkgsrc/devel/p5-Tie-ToObject/DESCR
N pkgsrc/devel/p5-Tie-ToObject/distinfo

No conflicts created by this import



Home | Main Index | Thread Index | Old Index