small change in &create so that it behaves properly when inherited
small fix to &clone_instance
Changes for version 0.29_01
DEVELOPER RELEASE ++
This release works in combination with Moose 0.09_01, it is a developer release because it introduces a new instance sub-protocol and has not yet been optimized.
Class::MOP::Class
anon-classes are now properly garbage collected
added tests for this
improved method modifier wrapping
Class::MOP::Instance
added new instance protocol
added tests for this
changed all relevant modules and examples
Class::MOP::Class
Class::MOP::Attribute
examples/*
metaclass
you no longer need to specify the metaclass itself, if it is not there, Class::MOP::Class is just assumed
updated tests for this
examples/
added ArrayBasedStorage example to show instance storage using ARRAY refs instead of HASH refs.
added tests for this
InsideOutClass is totally revised using the new instance protocol