Revision history for Perl extension Class-MOP.
+0.72
+ * Class::MOP::Package
+ - Pass options to _new, so subclass' attributes can be
+ initialized (Sartak)
+
0.71_02 Fri, December 5, 2008
* Class::MOP::Immutable
- Added a new attribute, inlined_constructor, which is true if
- Make get_all_package_symbols return a hash ref in scalar
context and deprecate calling it in list context with a
warning. (Florian Ragwitz)
- - Pass options to _new, so subclass' attributes can be
- initialized (Sartak)
* MOP.xs
- Various improvements and refactoring, making things more robust and
easier to maintain. (Florian Ragwitz)