Revision history for Perl extension Class-MOP.
-0.65
+0.64_01
* Makefile.PL
- We now check to see if you have a compiler. If you don't, the
module installs without some XS bits, but will work the same
as with XS. This should make it easier to install on platforms
without a compiler (like Windows). (Dave Rolsky)
+ * many modules
+ - Quite a number of optimizations based on profiling, including
+ allowing constructors to take hash references instead of
+ hashes, duplicating some frequently used code in XS, and
+ making constructors immutable. These changes should not impact
+ any existing API uses. (nothingmuch)
+
+ * Class::MOP::Class
+ - New method - get_all_methods (nothingmuch)
+ - New method - wrap_method was refactored out of get_method_map
+ (nothingmuch)
+ - New method - invalidate_meta_instance (nothingmuch)
+
0.64 Sun August 3, 2008
* Class::MOP::Immutable
- fixing subtle edge case in immutable when you