NAME

GraphViz::Traverse - This package has some purpose

SYNOPSIS

use GraphViz::Traverse;

DESCRIPTION

A GraphViz::Traverse object represents ...

PUBLIC METHODS

new

my $g = GraphViz::Traverse->new($arguments);

Return a new GraphViz::Traverse instance.

traverse

$g->traverse($root);

Traverse a tree with GraphViz. If a callback is provided in the constructor, that code is used to traverse, otherwise File::Find::find() is used.

PRIVATE METHODS

_init

$obj->_init();

Initialize the GraphViz::Traverse instance.

TO DO

Document this code.

COPYRIGHT

Copyright 2006, Gene Boggs, All Rights Reserved

LICENSE

You may use this module under the license terms of the parent GraphViz package.

AUTHOR

Gene Boggs <gene@cpan.org>