in reply to
Package introspection
In
Moose
this is something like:
my @methods = $obj->meta->get_all_methods();
Comment on
Re: Package introspection
Download
Code
In Section
Seekers of Perl Wisdom