| Name: | perl-Tie-ToObject | 
|---|---|
| Version: | 0.03 | 
| Release: | 44.el8 | 
| Architecture: | noarch | 
| Group: | Unspecified | 
| Size: | 3545 | 
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl | 
| RPM: | perl-Tie-ToObject-0.03-44.el8.noarch.rpm | 
| Source RPM: | perl-Tie-ToObject-0.03-44.el8.src.rpm | 
| Build Date: | Sat Sep 23 2023 | 
| Build Host: | build-ol8-x86_64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://metacpan.org/release/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.  |