Seeking: Module to plot Perl class hierarchy
Hi Folks
The Subject says it all. I tried a number of CPAN searches, but couldn't see anything.
Cheers
Ron
Hi Folks
The Subject says it all. I tried a number of CPAN searches, but couldn't see anything.
Cheers
Ron
I try to write all code in Perl, but find I end up writing in bash, CSS, HTML, JS, and SQL, and doing database design, just to get anything done...
Try GraphViz::ISA::Multi (http://search.cpan.org/perldoc?GraphViz::ISA::Multi). I haven't used it in a long time, but when I did, it worked ok.
The latest dev version of Class::Sniff has a `csniff` program that'll create a graphic file with this.
http://use.perl.org/~Ovid/journal/39010
http://search.cpan.org/~ovid/Class-Sniff-0.08_05/
Hi Folks
Thanx for the suggestions. I'll investigate both.