0.32 release
Stevan Little [Sat, 12 Aug 2006 06:16:51 +0000 (06:16 +0000)]
Changes
MANIFEST
README

diff --git a/Changes b/Changes
index b396a95..e1cf049 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 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).
@@ -12,6 +12,7 @@ Revision history for Perl extension Class-MOP.
         - 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 
@@ -24,6 +25,8 @@ Revision history for Perl extension Class-MOP.
       - 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 
index 249f5cf..7120051 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -19,6 +19,7 @@ lib/Class/MOP/Class.pm
 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
@@ -52,6 +53,7 @@ t/061_instance_inline.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
diff --git a/README b/README
index 2443f43..ca3e898 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::MOP version 0.30
+Class::MOP version 0.32
 ===========================
 
 See the individual module documentation for more information