Changes for version 2.32 - 2014-08-18
- In subs add_edge() and add_node(), remove leading and trailing whitespace from HTML tables. This is formatting sugar, but it also affects the regexp used later when stringify_attributes() is called. The same patch was put into stringify_attributes() in V 2.20, but there are cases when this whitespace processing must take place somewhat before that sub is called. See RT#98098. Many thanx to Andrew Beverley for reporting this.
- Add scripts/html.labels.3.pl to test the above.
- Replace Perl6::Slurp with File::Slurp, as part of my policy to reduce the # of modules used.
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