{{$NEXT}}
+ [DEPRECATIONS]
+
+ * The optimize_as option for type constraints has been deprecated. Use the
+ inline_as option to provide inlining code instead. (Dave Rolsky)
+
[ENHANCEMENTS]
* The Moose::Exporter module now has a "meta_lookup" option when creating an
MooseX::Role::Parameterized which generate new metaclasses on the
fly. (sartak)
- [DEPRECATIONS]
-
- * The optimize_as option for type constraints has been deprecated. Use the
- inline_as option to provide inlining code instead. (Dave Rolsky)
-
[OTHER]
* The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are