Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Class-Inspector CPAN distribution.

Report information
The Basics
Id: 19567
Status: open
Priority: 0/
Queue: Class-Inspector

People
Owner: Nobody in particular
Requestors: rvosa [...] sfu.ca
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.13
Fixed in: (no value)



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
On Mon May 29 05:35:36 2006, guest wrote: Show quoted text
> 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
Can you provide a short but complete example?