Do not return anything from load_class.
authorDave Rolsky <autarch@urth.org>
Sat, 12 Sep 2009 22:23:37 +0000 (17:23 -0500)
committerDave Rolsky <autarch@urth.org>
Sat, 12 Sep 2009 22:23:37 +0000 (17:23 -0500)
commit7716a8f9e4be04083165acaa98b71b7d0ce9134c
treec786632581e893bd210fd26cbb75f5f48b7c0023
parentea62c8ab6b9bf0a05d45d2ee2072b357714b5c9b
Do not return anything from load_class.

The existing return value was goofy (metaclass object or class name). We can
always return the class name, but why bother?
Changes
lib/Class/MOP.pm
t/083_load_class.t