Graph::Simple::Node::Anon - An anonymous, invisible node in a simple graph
use Graph::Simple::Node::Anon;
my $anon = Graph::Simple::Node::Anon->new();
A Graph::Simple::Node::Anon represents an anonymous, invisible node in a
simple graph. These can be used to let edges start and end "nowhere".
None by default.
the Graph::Simple::Node manpage.
Copyright (C) 2004 - 2005 by Tels http://bloodgate.com.
See the LICENSE file for more details.