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
examples/parse			parser for tests
examples/txt2ascii		parse text description and output it as ASCII art
examples/base.css		needed for the output of syntax.pl
examples/history.txt		test-graph for version comparisations
examples/fun.tpl
t/ascii.t
t/graph.t
t/edge.t
t/group.t
t/layout.t
t/node.t
t/edge_cell.t
t/parser.t			general parser tests
t/parse_att.t			test parsing attributes
t/parse_edge.t			test parsing edges
t/simple.t
t/syntax/0000.txt		syntax tests for the parser
t/syntax/0010.txt
t/syntax/0020.txt
t/syntax/0030.txt
t/syntax/0040.txt
t/syntax/0050.txt
t/syntax/0060.txt
t/syntax/0061.txt
t/syntax/0062.txt
t/syntax/0070.txt
t/syntax/0080.txt
t/syntax/0090.txt
t/syntax/0100.txt
t/syntax/0102.txt
t/syntax/0110.txt
t/syntax/0120.txt
t/syntax/0130.txt
t/syntax/0131.txt
t/syntax/0140.txt
t/syntax/0150.txt
t/syntax/0160.txt
t/syntax/0170.txt
t/syntax/0180.txt
t/syntax/0190.txt
t/syntax/0200.txt
t/syntax/0210.txt
t/syntax/0220.txt
t/syntax/0230.txt
t/syntax/0240.txt
t/stress/0001.txt		stress-testing the layouter
t/stress/0002.txt
t/stress/0003.txt
t/stress/0004.txt
t/stress/0005.txt
t/stress/0006.txt
t/fun/0000.txt			fun with graph examples
t/fun/0010.txt
t/fun/0020.txt
t/fun/0030.txt
t/fun/0131.txt
t/in/1node.txt
t/in/2nodes.txt
t/in/3nodes.txt
t/in/4nodes.txt
t/in/4_2x2nodes.txt
t/in/4groups.txt
t/in/4groups_class.txt
t/out/1node.txt
t/out/2nodes.txt
t/out/3nodes.txt
t/out/4nodes.txt
t/out/4_2x2nodes.txt
t/out/4groups.txt
t/out/4groups_class.txt
t/txt/4groups.txt
t/txt/4groups_class.txt
lib/Graph/Simple.pm
lib/Graph/Simple/Layout.pm	actual layout routines
lib/Graph/Simple/As_txt.pm	code to generate textual description
lib/Graph/Simple/Parser.pm
lib/Graph/Simple/Node.pm
lib/Graph/Simple/Node/Cell.pm
lib/Graph/Simple/Edge.pm
lib/Graph/Simple/Edge/Cell.pm
lib/Graph/Simple/Group.pm
lib/Graph/Simple/Group/Cell.pm
META.yml			Module meta-data (added by MakeMaker)
