SpringGraph version 0.02
========================

SpringGraph.pm is a rewrite of the springgraph.pl script, which provides 
similar functionality to Neato and can read some/most dot files.
 
The goal of this module is to provide a compatible interface to VCG
and/or GraphViz perl modules on CPAN. This module will also provide
some extra features to provide more flexibility and power.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  GD

COPYRIGHT AND LICENCE

Copyright (C) 2004 by Aaron Trevena
Based on springgraph.pl by Darxus, original parts copyright 2003 Darxus

This library is free software; you can redistribute it and/or modify
it under the same terms of the GNU GPL.
