Revision history for Perl extension Class-MOP.
-0.05
+0.05 Sat Feb. 4, 2006
* Class::MOP::Class
- added the &attribute_metaclass and &method_metaclass
attributes which contain a metaclass name to use for
* examples/
- adjusted the example code and tests to use the new
&attribute_metaclass feature of Class::MOP::Class
+ - added new example:
+ - LazyClass
0.04 Fri Feb. 3, 2006
* Class::MOP::Class
examples/ClassEncapsulatedAttributes.pod
examples/InsideOutClass.pod
examples/InstanceCountingClass.pod
+examples/LazyClass.pod
examples/Perl6Attribute.pod
lib/Class/MOP.pm
lib/Class/MOP/Attribute.pm
t/103_Perl6Attribute_test.t
t/104_AttributesWithHistory_test.t
t/105_ClassEncapsulatedAttributes_test.t
+t/106_LazyClass_test.t
t/pod.t
t/pod_coverage.t
t/lib/BinaryTree.pm