| Graph-Dependency documentation | view source | Contained in the Graph-Dependency distribution. |
Graph::Dependency - Generate dependency graphs and reports
./graph YAML ./graph Foo-Bar html
The script graph.pl will generate a dependency tree from the given module name. It does this by fetching recursively the META.yml file for each module, and then extracting the prerequisites from this file.
CPANTS::Dependency, Graph::Easy.
(C) 2006 by Tels at bloodgate.com
Copyright (C) 2006 by Tels
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
| Graph-Dependency documentation | view source | Contained in the Graph-Dependency distribution. |