The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.06 - 2015-05-23

  • fix typo in package name (RT#55003)
  • fix copying of attribute value provided to clone() when the original did not have the value (Brendan Byrd, RT#104055)

Modules

Fine-grained cloning support for Moose objects.
The attribute trait for deeply cloning attributes
Simple copying of arrays and hashes for MooseX::Clone
A trait for attributes that should not be copied while cloning
The attribute trait for deeply cloning attributes using Storable

Provides

in lib/MooseX/Clone/Meta/Attribute/Trait/Clone/Base.pm
in lib/MooseX/Clone/Meta/Attribute/Trait/Clone/Std.pm