CHANGES
INSTALL
Makefile.PL
MANIFEST
LICENSE
README
SIGNATURE
TODO
examples/common.pl		generate example graphs
examples/ascii.pl		examples as ASCII
examples/html.pl		examples as HTML
examples/syntax.pl		syntax tests
examples/syntax.tpl		HTML template for syntax tests
examples/history.html		progress of hTML output over the time
t/ascii.t
t/graph.t
t/edge.t
t/group.t
t/layout.t
t/node.t
t/parser.t			general parser tests
t/parse_att.t			test parsing attributes
t/simple.t
t/syntax/0000.txt		syntax tests for the parser
t/syntax/0001.txt
t/syntax/0002.txt
t/syntax/0003.txt
t/syntax/0004.txt
t/syntax/0005.txt
t/syntax/0006.txt
t/syntax/0007.txt
t/syntax/0008.txt
t/syntax/0009.txt
t/syntax/0010.txt
t/syntax/0011.txt
t/syntax/0012.txt
t/syntax/0013.txt
t/syntax/0014.txt
t/syntax/0015.txt
t/syntax/0016.txt
t/syntax/0017.txt
t/stress/0001.txt		stress-testing the layouter
t/stress/0002.txt
t/stress/0003.txt
t/in/1node.txt
t/in/2nodes.txt
t/in/3nodes.txt
t/in/4nodes.txt
t/in/4_2x2nodes.txt
t/out/1node.txt
t/out/2nodes.txt
t/out/3nodes.txt
t/out/4nodes.txt
t/out/4_2x2nodes.txt
lib/Graph/Simple.pm
lib/Graph/Simple/Layout.pm	actual layout routines
lib/Graph/Simple/Parser.pm
lib/Graph/Simple/Node.pm
lib/Graph/Simple/Edge.pm
lib/Graph/Simple/Group.pm
META.yml			Module meta-data (added by MakeMaker)
