update changes and MANIFEST
Dave Rolsky [Sat, 13 Sep 2008 03:24:02 +0000 (03:24 +0000)]
Changes
MANIFEST

diff --git a/Changes b/Changes
index 8f1f26b..8b77a69 100644 (file)
--- a/Changes
+++ b/Changes
@@ -19,6 +19,11 @@ Revision history for Perl extension Class-MOP.
         incompatible change, but seems unlikely to break any
         code. Famous last words. (Dave Rolsky)
 
+    * Class::MOP::Class
+      - Fixed the spelling of "compatibility", but we still have a
+        "check_metaclass_compatability" method for backwards
+        compatibility.
+
 0.65 Mon September 1, 2008
     For those not following the series of dev releases, the changes
     from 0.64 from 0.65 can mostly be summed up as a lot performance
index 251f740..4befb83 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -53,7 +53,7 @@ t/024_attribute_initializer.t
 t/030_method.t
 t/031_method_modifiers.t
 t/040_metaclass.t
-t/041_metaclass_incompatability.t
+t/041_metaclass_incompatibility.t
 t/042_metaclass_incompatibility_dyn.t
 t/043_instance_metaclass_incompat.t
 t/044_instance_metaclass_incompat_dyn.t