1Tree/Simple version 1.18
2========================
3
4See the module documentation for more information.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires no other modules and libraries outside of the core
18for normal usage. However it uses Test::Exception in the test suite.
19
20COPYRIGHT AND LICENCE
21
22Copyright (C) 2004-2006 Infinity Interactive, Inc.
23
24http://www.iinteractive.com
25
26This library is free software; you can redistribute it and/or modify
27it under the same terms as Perl itself. 
28
29