Subject: | Typo in code example in Graphviz::Parse::Yapp example |
Synopsis says:
# Pass in a file generated via yapp -v
my $graph = GraphViz::Parse::Yapp->new('Yapp.output');
print $g->as_png;
$g != $graph.
Mark.
(who discovered this when the code he cut and paste didn't work)