mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0c3d0f016a
with a graph layout tool (such as Dot and VGC, apparently). PR: ports/20164 Submitted by: Leo Kim <leo@florida.sarang.net>
12 lines
487 B
Plaintext
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
|