README
1UML/State version 0.01
2======================
3
4UML::State helps drawstate.pl produce simple UML state diagrams.
5The diagrams do not attempt to comply to any particular version of
6UML. They merely allow you to make diagrams which help you see
7states and transitions.
8
9The diagrams are rigid in structure with nodes located in a grid.
10If you don't like this approach, you should probably use GraphViz.
11
12INSTALLATION
13
14To install this module type the following:
15
16 perl Makefile.PL
17 make
18 make test
19 make install
20
21DEPENDENCIES
22
23This module requires nothing other than the Perl standard installation.
24
25DESCRIPTION
26
27See the samples directory and the drawstate.pl script for details on
28how to format input and what to expect for output.
29
30COPYRIGHT AND LICENCE
31
32Copyright (C) 2003 Phil Crow, all rights reserved.
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl 5.8.0 itself.
36
37