dist
Stevan Little [Wed, 5 Jul 2006 22:12:19 +0000 (22:12 +0000)]
Changes
MANIFEST
README

diff --git a/Changes b/Changes
index 8f3266a..772d9ed 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 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 
@@ -16,13 +16,6 @@ Revision history for Perl extension Class-MOP.
       - 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 
@@ -30,6 +23,12 @@ Revision history for Perl extension Class-MOP.
       - 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 ++
index fc6d219..40a3e03 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,7 +3,6 @@ Changes
 Makefile.PL
 META.yml
 MANIFEST
-MANIFEST.SKIP
 README
 examples/ArrayBasedStorage.pod
 examples/AttributesWithHistory.pod
@@ -19,6 +18,9 @@ lib/Class/MOP/Attribute.pm
 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
@@ -47,6 +49,8 @@ t/044_instance_metaclass_incompatibility_dynamic.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
diff --git a/README b/README
index 715139c..80367d6 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::MOP version 0.29_02
+Class::MOP version 0.29_03
 ===========================
 
 See the individual module documentation for more information