Graph-Dependency README


Graph-Dependency documentation  | view source Contained in the Graph-Dependency distribution.

Index


NAME

Top

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

INSTALLATION

Top

To install this module type the following:

   perl Makefile.PL
   make
   make test

REQUIRES

Top

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

Top

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

Top

COPYRIGHT AND LICENCE

Top


Graph-Dependency documentation  | view source Contained in the Graph-Dependency distribution.