• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H16-Jul-2004-8947

lib/H16-Jul-2004-1,077713

t/H16-Jul-2004-169

ChangesH A D16-Jul-2004758 2620

MANIFESTH A D05-Jul-2004224 1211

META.ymlH A D16-Jul-2004343 1210

Makefile.PLH A D27-Jun-2004477 129

READMEH A D14-Jul-20041.1 KiB3825

TODOH A D14-Jul-2004206 147

README

1SpringGraph version 0.02
2========================
3
4SpringGraph.pm is a rewrite of the springgraph.pl script, which provides
5similar functionality to Neato and can read some/most dot files.
6
7The goal of this module is to provide a compatible interface to VCG
8and/or GraphViz perl modules on CPAN. This module will also provide
9some extra features to provide more flexibility and power.
10
11This module is still experimental and is moving quickly away from the
12original springgraph.pl code. It is likely to be rewritten from basic principles
13in the near future to remove some of the quirks inherent in the Autodia and
14springgraph.pl code used.
15
16INSTALLATION
17
18To install this module type the following:
19
20   perl Makefile.PL
21   make
22   make test
23   make install
24
25DEPENDENCIES
26
27This module requires these other modules and libraries:
28
29  GD
30
31COPYRIGHT AND LICENCE
32
33Copyright (C) 2004 by Aaron Trevena
34Based on springgraph.pl by Darxus, original parts copyright 2003 Darxus
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms of the GNU GPL.
38