add shallow_clone to Array and Hash traits
authorRicardo Signes <rjbs@cpan.org>
Thu, 1 Sep 2011 19:17:13 +0000 (15:17 -0400)
committerRicardo Signes <rjbs@cpan.org>
Thu, 1 Sep 2011 19:35:38 +0000 (15:35 -0400)
commit444a29de094d39883c678c2b41a4accbb0fd91c2
tree4a1cc880fe7186802f00fb9ad285d6a584f5dbee
parentc7d7cd64237ef17fa779c023f35b1d41be5dde18
add shallow_clone to Array and Hash traits
lib/Moose/Meta/Attribute/Native/Trait/Array.pm
lib/Moose/Meta/Attribute/Native/Trait/Hash.pm
lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm [new file with mode: 0644]
lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm [new file with mode: 0644]
t/native_traits/shallow_clone.t [new file with mode: 0644]