Refactor code to get a metaclass object's real class name into a method.
authorDave Rolsky <autarch@urth.org>
Mon, 26 Apr 2010 17:24:44 +0000 (12:24 -0500)
committerJesse Luehrs <doy@tozt.net>
Wed, 12 May 2010 22:30:22 +0000 (17:30 -0500)
commitcb6f54929db9a33287cd766f07bb86142dfa0fd5
tree15cdd53078718ff760a70e8025026c5946fcdde0
parentf3d0d9438cabec472be3b8633a1a4caf015e418d
Refactor code to get a metaclass object's real class name into a method.

This eliminates a nasty little bit of duplicated code scattered throughout the code base.

Also need to get Moose to use this.
lib/Class/MOP/Class.pm
t/010_self_introspection.t