[ENHANCEMENTS]
* Metaclass incompatibility checking now checks all metaclass types. (doy)
+
* Class::MOP can now do simple metaclass incompatibility fixing: if your
class's metaclass is a subclass of your parent class's metaclass, it will
just use the parent class's metaclass directly. (doy)