Name: | perl-Tie-ToObject |
---|---|
Version: | 0.03 |
Release: | 17.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 5064 |
License: | GPL+ or Artistic |
RPM: | perl-Tie-ToObject-0.03-17.el7.noarch.rpm |
Source RPM: | perl-Tie-ToObject-0.03-17.el7.src.rpm |
Build Date: | Sat Oct 28 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Tie-ToObject |
Summary: | Tie to an existing object |
Description: | While the perldoc/tie manpage 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. |