aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Clone
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.04Philip M. Gollucci2009-06-163-5/+8
| | | | | | | | | PR: ports/135126 Approved by: maintainer timeout (chinsan; 2 weeks) Submitted by: pgollucci@ (myself) Notes: svn path=/head/; revision=235978
* Add p5-MooseX-Clone, fine grained cloning support for Moose objects.Chin-San Huang2008-08-304-0/+58
Out of the box Moose only provides very barebones cloning support in order to maximize flexibility. This role provides a clone method that makes use of the low level cloning support already in Moose and adds selective deep cloning based on introspection on top of that. Attributes with the Clone trait will handle cloning of data within the object, typically delegating to the attribute value's own clone method. WWW: http://search.cpan.org/dist/MooseX-Clone/ Notes: svn path=/head/; revision=219465