http://qs321.pair.com?node_id=604617


in reply to project structure / class browser for Perl?

I've actually been looking into this over the last couple of days myself. I've come across a few CPAN modules (UML::Class::Simple looks most promising) that generate UML for code. I haven't had a chance to really dig into any of them, though.
  • Comment on Re: project structure / class browser for Perl?

Replies are listed 'Best First'.
Re^2: project structure / class browser for Perl?
by clinton (Priest) on Mar 13, 2007 at 19:26 UTC
    I was ready to write, naah, because perl is dynamic and everything can be changed at runtime, it would just be too difficult to do this properly...

    But after reading your post, I gave UML::Class::Simple a whirl, and I'm absolutely blown away. The result is phenomenal. To see my last year's work (30,000 lines) represented this way is just incredible.

    thanks for the link!

    Clint