[CHANGES]
- Permit roles to request their methods still be directly invokable,
to provide back/forward compatibility during code migration
[BUGFIXES]
- More sanity checking around
extends
andimplements
keywords
- Better complaint about non-invokable methods directly from roles
- Workaround for string buffer swipe of stack temporaries in
O:P::MOP::Class->add_method()