Tels > Graph-Dependency-0.02 > Graph-Dependency

Download:
graph/Graph-Dependency-0.02.tar.gz

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

NAME ^

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

INSTALLATION ^

To install this module type the following:

   perl Makefile.PL
   make
   make test

REQUIRES ^

You need the following:

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

USAGES ^

        ./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/.

BUGS ^

COPYRIGHT AND LICENCE ^

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.