Subject: | More functions from Class::MOP and Mouse::Util |
Class::MOP and Mouse::Util provide a few more useful functions which are
not supported by Any::Moose yet:
class_of(ClassName or Object)
get_metaclass_by_name(ClassName)
get_all_metaclass_instances()
get_all_metaclass_names()
Please support these functions.