in reply to
Re: OOP introspection
in thread
OOP introspection
Indeed, using
mro::get_linear_isa($class)
is the right way for obtaining the full class hierarchy!
Comment on
Re^2: OOP introspection
Download
Code
In Section
Seekers of Perl Wisdom