NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Another thing to sniff for... (Score:1)
While you're analysing object/inheritance trees, one case that was in my old non-CPAN equivalent tested for the following.
Class: Foo::Bar
Method: Foo->Bar
Resulting bug?
Foo::Bar->baz parses as Foo::Bar()->baz, forcing you to do Foo::Bar::->baz instead (or something like that...)