Date: Sat, 30 Aug 2008 15:13:52 +0000 (UTC) From: Chin-San Huang <chinsan@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-MooseX-Clone Makefile distinfo pkg-descr pkg-plist Message-ID: <200808301513.m7UFDqma050691@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
chinsan 2008-08-30 15:13:52 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-MooseX-Clone Makefile distinfo pkg-descr pkg-plist
Log:
Add p5-MooseX-Clone, fine grained cloning support for Moose objects.
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/
Revision Changes Path
1.3180 +1 -0 ports/devel/Makefile
1.1 +31 -0 ports/devel/p5-MooseX-Clone/Makefile (new)
1.1 +3 -0 ports/devel/p5-MooseX-Clone/distinfo (new)
1.1 +10 -0 ports/devel/p5-MooseX-Clone/pkg-descr (new)
1.1 +14 -0 ports/devel/p5-MooseX-Clone/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808301513.m7UFDqma050691>
