Coming soon to Module::Info...

2002-02-02 Thread Michael G Schwern
Just got this working. Next release will have... my @isa = $mod-superclasses; my %methods = $mod-class_method_calls my @methods = $mod-object_method_calls; my @functions= $mod-function_calls; # Check for constructs which make perl hard to predict. my %methods =

[ANNOUNCE] Module::Info 0.11

2002-02-02 Thread Michael G Schwern
http://www.pobox.com/~schwern/src/Module-Info-0.11.tar.gz Didn't get quite as far as I'd hoped, but I got the hard part's done. The interesting bit is you can now find every function and method call in a program (I just realized I'm not handling function calls with symbolic refs quite right,