perl-Tie-ToObject - Tie to an existing object
| Website: | https://metacpan.org/release/Tie-ToObject |
|---|---|
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| Vendor: | Alcance Libre, Inc. |
- 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.
Packages
| perl-Tie-ToObject-0.03-29.aldos.src [7 KiB] |
Changelog
by Joel Barrios (2026-06-19):
- Clean and trim spec file. |