1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/devel/p5-Tie-Restore/distinfo
Yen-Ming Lee 755f1591fb - add p5-Tie-Restore 0.11
Provides the opposite of the 'tied' function.  Say you have %hash that
is tied to $object.  Then, it is relatively simple to get $object from
%hash simply by saying

 $object = tied %hash;

But, how does one go the other way?  Simple, with Tie::Restore

 tie %hash, 'Tie::Restore', $object;

Works for any kind of tie. (scalar, array, hash, filehandle)
2006-04-19 09:16:12 +00:00

4 lines
203 B
Plaintext

MD5 (Tie-Restore-0.11.tar.gz) = 1300dfc45d0eb7e4cf0634c81c030230
SHA256 (Tie-Restore-0.11.tar.gz) = 434ecc037831fb8b224b9790c5b844e827c147c7b974ba690c0f444ca3bc15a3
SIZE (Tie-Restore-0.11.tar.gz) = 1694