Changes for version 0.10 - 2001-03-05

  • now allow simple add_edge({$from => $to}) syntax (idea by DJ Adams and Brian Ingerson)
  • much better documentation (especially on attributes)
  • new module Parse::RecDescent::GraphViz (and example) for graphing Parse::RecDescent grammars (idea by Damian Conway)
  • new module XML::GraphViz (and example) for graphing XML
  • new module Data::GraphViz (and example) for graphing data structures
  • new example ppmgraph.pl by Marcel Grunauer which graphs CPAN tarball dependencies using ActiveState's package list (thanks to Brian Ingerson too ;-)
  • new, better, testsuite
  • better quoting (especially in ports) to allow a greater range of characters
  • new undocumented (it may change) as_graph method, which returns a graph object with the coordinates of nodes and edges

Modules

Visualise data structures as a graph
per-line Perl profiler (with graph output)
Interface to the GraphViz graphing tool
subclass of GraphViz with no nodes
subclass of GraphViz with small nodes
Visualise grammars
Visualise XML as a tree