Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1260d7b12d3dce6ac9f6db19f9a9904c > files > 28

perl-GraphViz-2.04-6.fc15.noarch.rpm

#!/usr/bin/perl -w
#
# This script illustrates how cross-referencing using the
# B::Xref module can work

use strict;
qx(perl -MO=Xref,-r ../lib/GraphViz.pm > GraphViz.xref;  ./xref_aux.pl GraphViz.xref > GraphViz.png);