* It's now possible to tell Class::MOP::Class->create and the metaclass
pragma to not install a 'meta' method into classes they manipulate. (doy)
+ * Reinitializing a metaclass no longer removes the existing method and
+ attribute objects (it instead fixes them so they are correct for the
+ reinitialized metaclass). (doy)
+
[OTHER]
* Use get_or_add_package_symbol when we intend for it to autovivify, in