Info4: << Package: tie-toobject-pm%type_pkg[perl] Version: 0.03 Revision: 2 Description: Tie to an existing object Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3) Distribution: << (%type_pkg[perl] = 5162) 10.9, (%type_pkg[perl] = 5162) 10.10, (%type_pkg[perl] = 5162) 10.11, (%type_pkg[perl] = 5162) 10.12, (%type_pkg[perl] = 5162) 10.13 << License: Artistic Maintainer: Benjamin Reed Depends: << perl%type_pkg[perl]-core, scalar-list-utils-pm%type_pkg[perl] << BuildDepends: << test-simple-pm%type_pkg[perl] (>= 1.001014-2) << Source: mirror:cpan:modules/by-module/Tie/Tie-ToObject-%v.tar.gz Source-Checksum: SHA256(a31a0d4430fe14f59622f31db7f25b2275dad2ec52f1040beb030d3e83ad3af4) UpdatePOD: true InstallScript: << %{default_script} install -d -m 755 %i/lib/perl5/%type_raw[perl] mv %i/share/man %i/lib/perl5/%type_raw[perl]/ << Homepage: https://metacpan.org/dist/Tie-ToObject DescDetail: << 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. << <<