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)