Moose::Meta::Class->get_method_map was both broken and completely
authorDave Rolsky <autarch@urth.org>
Sat, 1 Nov 2008 19:29:48 +0000 (19:29 +0000)
committerDave Rolsky <autarch@urth.org>
Sat, 1 Nov 2008 19:29:48 +0000 (19:29 +0000)
commit96245b5a81c1e26b52133a282b31759d162ee635
treee612f17c4e7f685737849776982240ec7af62277
parent31a0f74d6845bf0302f9f6f4d150c310bb403aa7
Moose::Meta::Class->get_method_map was both broken and completely
unnecessary. At one point, it might've done something different from
CMOP::Class for roles, but that was no longer the case.

This fixes a bug where some method objects would not have
->associated_metaclass set when they were returned.
Changes
MANIFEST
lib/Moose/Meta/Class.pm
t/010_basics/018_methods.t [new file with mode: 0644]