Revision history for Perl extension Class-MOP.
-0.29_03
+0.29_03 Wed. July 5, 2006
++ DEVELOPER RELEASE ++
created the Class::MOP::Package and
- several methods moved to ::Module and
::Package and now inherited
- added tests for this
-
- ** API CHANGE **
- - the Class::MOP::Class::*_package_variable
- methods are all now methods of Class::MOP::Package
- and called *_package_symbol instead. This is
- because they are now more general purpose symbol
- table manipulation methods.
* Class::MOP::Instance
- added an is_inlinable method to allow other
- added an inline_create_instance to inline
instance creation (of course)
+ ** API CHANGE **
+ - the Class::MOP::Class::*_package_variable
+ methods are all now methods of Class::MOP::Package
+ and called *_package_symbol instead. This is
+ because they are now more general purpose symbol
+ table manipulation methods.
0.29_02 Thurs. June 22, 2006
++ DEVELOPER RELEASE ++
Makefile.PL
META.yml
MANIFEST
-MANIFEST.SKIP
README
examples/ArrayBasedStorage.pod
examples/AttributesWithHistory.pod
lib/Class/MOP/Class.pm
lib/Class/MOP/Instance.pm
lib/Class/MOP/Method.pm
+lib/Class/MOP/Module.pm
+lib/Class/MOP/Package.pm
+lib/Class/MOP/Class/Immutable.pm
t/000_load.t
t/001_basic.t
t/002_class_precedence_list.t
t/050_scala_style_mixin_composition.t
t/060_instance.t
t/061_instance_inline.t
+t/070_immutable_metaclass.t
+t/080_meta_package.t
t/100_BinaryTree_test.t
t/101_InstanceCountingClass_test.t
t/102_InsideOutClass_test.t
-Class::MOP version 0.29_02
+Class::MOP version 0.29_03
===========================
See the individual module documentation for more information