{{$NEXT}}
+ [NEW FEATURES]
+
+ * The Array and Hash native traits now provide a "shallow_clone" method,
+ which will return a reference to a new container with the same contents as
+ the attribute's reference.
+
[ENHANCEMENTS]
* The Moose::Exporter module now has a "meta_lookup" option when creating an
Use the inlining feature (C<inline_as>) added in 2.0100 instead.
+=item Array and Hash native traits provide a C<shallow_clone> method
+
+The Array and Hash native traits now provide a "shallow_clone" method, which
+will return a reference to a new container with the same contents as the
+attribute's reference.
+
=back
=head1 2.0100