freebsd-ports/devel/p5-B-Graph/pkg-descr
Neil Blakey-Milner 0c3d0f016a Add p5-B-Graph, a perl module for displaying perl-internals information
with a graph layout tool (such as Dot and VGC, apparently).

PR:		ports/20164
Submitted by:	Leo Kim <leo@florida.sarang.net>
2000-08-01 14:06:30 +00:00

12 lines
487 B
Plaintext

This module is a layer between the perl-internals-examining parts of
Malcolm Beattie's perl compiler (the B::* classes) and your favorite
graph layout tool (currently Dot and VGC are supported, but adding
others would be easy). It examines the internal structures that perl
builds to represent your code (OPs and SVs), and generates
specifications for multicolored boxes and arrows to represent them.
WWW: http://search.cpan.org/search?module=B::Graph
- Leo Kim
leo@florida.sarang.net