Moose
- added SUPER_SLOT and INNER_SLOT class hashes to support unimport
- modified unimport to remove super and inner along with the rest
- altered unimport tests to handle this
- added SUPER_SLOT and INNER_SLOT class hashes to support unimport
Moose::Role
- altered super export to populate SUPER_SLOT
- altered super export to populate SUPER_SLOT
Moose::Meta::Class
- altered augment and override modifier application to use *_SLOT
- modified tests for these to unimport one test class each to test
- altered augment and override modifier application to use *_SLOT
Moose::Meta::Role
- fixed issue where custom attribute metaclasses
where not handled correctly in roles
- added tests for this
- fixed issue where custom attribute metaclasses
Moose::Meta::Class
- fixed issue where extending metaclasses with
roles would blow up. Thanks to Aankhen`` for
finding this insidious error, and it's solution.
- fixed issue where extending metaclasses with
~~ lots of spelling and grammer fixes in the docs,
many many thanks to rlb3 and Aankhen for these :)