Binary package “libmoosex-clone-perl” in ubuntu mantic

Moose extension providing fine-grained cloning support

 MooseX::Clone extends Moose's low level cloning functionality by providing
 selective deep cloning using introspection. Attributes with the Clone trait
 will handle cloning of data within the object, typically delegating to the
 attribute value's own clone method.