Text/Flowchart/Script version 0.01
==================================

Text::Flowchart is a tool for generating flowcharts in
ASCII style. However, users have to process some repeated
things themselves, such as variable declaration, parentheses.
As to this point, Text::Flowchart::Script defines a simple
language for users to create text flowcharts much easier.


INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

COPYRIGHT AND LICENCE

Copyright (C) 2003 xern <[email protected]>

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.