Skip Menu |

This queue is for tickets about the Class-MOP CPAN distribution.

Report information
The Basics
Id: 45883
Status: resolved
Priority: 0/
Queue: Class-MOP

People
Owner: Nobody in particular
Requestors: hdp [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.93



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.