The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/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);