* Moose
authorMatt S Trout <mst@shadowcat.co.uk>
Sun, 29 Apr 2007 00:36:31 +0000 (00:36 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Sun, 29 Apr 2007 00:36:31 +0000 (00:36 +0000)
commit52c7c33051150fe0851c98369b6c4cb25a1779c1
treedd4fc2f0b0afa89312bc3f68870b6f701220dd9f
parentc350159ff34283e00527a23b36177482962d8d82
* 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

* Moose::Role
  - 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
Changes
lib/Moose.pm
lib/Moose/Meta/Class.pm
lib/Moose/Role.pm
t/012_super_and_override.t
t/013_inner_and_augment.t
t/018_import_unimport.t