aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tie-Restore
Commit message (Collapse)AuthorAgeFilesLines
* Standardize placement and style of WWW: lines, and in some casesDoug Barton2008-06-191-13/+13
| | | | | | | | | remove ^M from line endings. List of files with "issues" supplied by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=215241
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - remove legacy support code for Perl 5.005_03Yen-Ming Lee2007-02-011-8/+1
| | | | Notes: svn path=/head/; revision=183837
* - add p5-Tie-Restore 0.11Yen-Ming Lee2006-04-194-0/+50
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) Notes: svn path=/head/; revision=159929