Date: Wed, 19 Apr 2006 09:16:12 +0000 (UTC) From: Yen-Ming Lee <leeym@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Tie-Restore Makefile distinfo pkg-descr pkg-plist Message-ID: <200604190916.k3J9GDJ4017007@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
leeym 2006-04-19 09:16:12 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Tie-Restore Makefile distinfo pkg-descr pkg-plist Log: - 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) Revision Changes Path 1.2175 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-Tie-Restore/Makefile (new) 1.1 +3 -0 ports/devel/p5-Tie-Restore/distinfo (new) 1.1 +13 -0 ports/devel/p5-Tie-Restore/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Tie-Restore/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604190916.k3J9GDJ4017007>