Bump to 0.63
Shawn M Moore [Mon, 7 Jul 2008 23:27:34 +0000 (23:27 +0000)]
Changes

diff --git a/Changes b/Changes
index 4b5175d..f4f3f33 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,15 @@
 Revision history for Perl extension Class-MOP.
 
-0.63
+0.63 Mon July 7, 2008
     * Class::MOP
       - load_class will initialize a metaclass even if
         the class is already loaded (sartak)
       - load_class now returns the metaclass instance
         instead of just 1 (sartak)
 
+    * elsewhere
+      - better error messages (sartak and Dave Rolsky)
+
 0.62 Wed June 18, 2008
     - in is_class_loaded, recognize scalar references (as opposed to globs) in
       the symbol table as methods (these are optimized constant subs)