Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d2e2664df18d2471e3adc441ef32b114 > files > 31

perl-GraphViz-2.240.0-3.mga7.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);