Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standardize placement and style of WWW: lines, and in some cases | Doug Barton | 2008-06-19 | 1 | -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 Araujo | 2008-04-17 | 1 | -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_03 | Yen-Ming Lee | 2007-02-01 | 1 | -8/+1 |
| | | | | Notes: svn path=/head/; revision=183837 | ||||
* | - add p5-Tie-Restore 0.11 | Yen-Ming Lee | 2006-04-19 | 4 | -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 |