1Description
2 - GraphViz::Data::Structure produces simple and elegant visualizations
3   of Perl data structures using Leon Brocard's GraphViz module.
4
5Copyright
6 - GraphViz::Data::Structure is copyright (c) 2001-2002 by Joe McMahon.
7   All rights reserved. This program is free software; you can redistribute
8   it and/or modify it under the same terms as Perl itself.
9
10Prerequisites
11 - Test::More for running the test suite
12 - GraphViz for actually rendering the graphs
13
14Building it
15 - You should be able to use a standard build sequence:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22   If you want to install it in your own library, do
23
24   perl Makefile.PL PREFIX=~
25