Subject: | load_class returns inconsistent values |
Class::MOP::load_class is documented to return the metaclass object for
the class it (potentially) loads. However, if no metaclass object
exists, it (undocumented) returns the class name. This is nuts. It
should probably always return the class name.