changes and MANIFEST only
Stevan Little [Sat, 4 Feb 2006 16:03:44 +0000 (16:03 +0000)]
Changes
MANIFEST

diff --git a/Changes b/Changes
index b77ba21..12d3320 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 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 
@@ -12,6 +12,8 @@ Revision history for Perl extension Class-MOP.
     * 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
index c442d2e..cd54af8 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -8,6 +8,7 @@ examples/AttributesWithHistory.pod
 examples/ClassEncapsulatedAttributes.pod
 examples/InsideOutClass.pod
 examples/InstanceCountingClass.pod
+examples/LazyClass.pod
 examples/Perl6Attribute.pod
 lib/Class/MOP.pm
 lib/Class/MOP/Attribute.pm
@@ -31,6 +32,7 @@ t/102_InsideOutClass_test.t
 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