From: Shawn M Moore Date: Mon, 7 Jul 2008 23:27:34 +0000 (+0000) Subject: Bump to 0.63 X-Git-Tag: 0_64~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f079b1eb50ce0fcb07a5fbe8c1372e24716b737b;p=gitmo%2FClass-MOP.git Bump to 0.63 --- diff --git a/Changes b/Changes index 4b5175d..f4f3f33 100644 --- 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)