
Graph-Dependency - Generate dependency graphs for a Perl package.

To install this module type the following:
perl Makefile.PL make make test

You need the following:
Perl (well, duh!)
wget (to acceess search.cpan.org)
Module::CoreList
Graph::Easy (for the graphs)
graphviz (for png output)

./graph YAML
./graph Graph::Easy html
./graph Graph::Easy png svg html
The output will be written to out/Foo-Bar/. The META.yml file for each module will be written to tmp/.

tmp/.http://search.cpan.org/src/FOO-BAR/META.yml

Copyright (C) 2006 by Tels at bloodgate.com
This library is free software; you can redistribute it and/or modify it under the same terms of the GPL version 2.