K 10
svn:author
V 5
leeym
K 8
svn:date
V 27
2006-04-19T09:16:12.000000Z
K 7
svn:log
V 380
- 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)

END
