Subject: | ->methods('Foo::Bar') misses certain @ISA entries |
When I call Class::Inspector->methods( $class, 'full', 'public' ) I was
expecting that it would also return methods defined in classes that are
entered as '::Foo::Bar' (note prepended colons) in $class's @ISA array.
It seems that they aren't.
Great module otherwise, and maybe my expectations were just wrong.
Best wishes,
Rutger Vos