freebsd-ports/graphics/p5-GraphViz-Data-Structure/pkg-descr
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00

18 lines
948 B
Text

This module makes it easy to visualise data structures, even recursive or
circular ones.
It is provided as an alternative to GraphViz::Data::Grapher. Differences:
- GraphViz::Data::Structure handles structures of arbitrary depth and
complexity, automatically following links using a standard graph
traversal algorithm.
- GraphViz::Data::Grapher creates graphics of indiividual substructures
(arrays, scalars, hashes) which keep the substructure type and data
together; GraphViz::Data::Structure does this by shape alone.
- GraphViz::Data::Structure encapsulates object info (if any) directly
into the node being used to represent the class.
- GraphViz::Data::Grapher colors its graphs; GraphViz::Data::Structure
doesn't by default.
- GraphViz::Data:Structure can parse out globs and CODE references (almost
as well as the debugger does).
WWW: https://metacpan.org/release/GraphViz-Data-Structure