The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.46 - 2017-05-11

  • Change the default value for the 'graph' attribute within GraphViz2::Parse::ISA from {} to ''. This makes it match the default for each other module in the GraphViz2::Parse::* namespace. The problem was reported by Kevin Ryde (RT#121599) who used GraphViz2::Parse::ISA all by itself, without using it via GraphViz2, and the BUILD sub has a check on the pre-existing value of $self -> graph, which returned {} instead of the empty string, so the code did not initialize $self -> graph properly with a new GraphViz2 object.

Modules

A wrapper for AT&T's Graphviz
A wrapper for AT&T's Graphviz
Visualize a database schema as a graph
Visualize a data structure as a graph
Some utils to simplify testing and generating the demo page
Visualize N Perl class hierarchies as a graph
Visualize a Parse::RecDescent grammar as a graph
Visualize a Perl regular expression as a graph
Visualize a Set::FA::Element state transition table as a graph
Visualize XML as a graph
Visualize a yacc grammar as a graph
Visualize a yapp grammar as a graph
Some utils to generate the demo page