From 0b4126532b34299140b732cfbb7011b74064b141 Mon Sep 17 00:00:00 2001 From: Chin-San Huang Date: Sat, 30 Aug 2008 15:13:52 +0000 Subject: 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/ --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index ffc1757e5738..a08e8957c7b1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1482,6 +1482,7 @@ SUBDIR += p5-MooseX-Async SUBDIR += p5-MooseX-AttributeHelpers SUBDIR += p5-MooseX-ClassAttribute + SUBDIR += p5-MooseX-Clone SUBDIR += p5-MooseX-Daemonize SUBDIR += p5-MooseX-Getopt SUBDIR += p5-MooseX-IOC -- cgit v1.2.3