Revision history for Perl extension Class-MOP.
-0.32
+0.32 Sat. Aug. 12, 2006
+ added Class::MOP::Object so that the
metamodel is more complete (and closer
to what Perl 6 will probably be).
- added many tests for this
- this class is now a subclass of
Class::MOP::Object
+ - added some tests to reflect this
* Class::MOP::Class
- refactored all symbol table access to
- added the $:authority attribute to this module
as well as an &identifier method, to bring us
ever closer to Perl 6 goodness
+ - I have added $AUTHORITY to all the modules
+ - added tests for this
* Class::MOP::Instance
- added &deinitialize_slot for removing slots
lib/Class/MOP/Instance.pm
lib/Class/MOP/Method.pm
lib/Class/MOP/Module.pm
+lib/Class/MOP/Object.pm
lib/Class/MOP/Package.pm
lib/Class/MOP/Class/Immutable.pm
t/000_load.t
t/070_immutable_metaclass.t
t/071_immutable_w_custom_metaclass.t
t/080_meta_package.t
+t/081_meta_package_extension.t
t/100_BinaryTree_test.t
t/101_InstanceCountingClass_test.t
t/102_InsideOutClass_test.t