Revision history for Perl extension Class-Tree.

1.20 27-Jun-99
--------------
o Thanks to CPAN testers
o Change test.pl so it is not dependent on Getopt::Simple.
o Add documentation for buildDirTree(), writeTree(), buildClassTree() and
	writeClassList(). My apologies for not including this earlier
o Add documentation for $ENV{'PERCEPS'} (only used for C++ parsing)
o Add examples to the synopsis in the pod

1.14 26-May-99
--------------
o Ensure POD survives buggy pod2man
o Ship Readme.txt, the output of pod2text

1.13 19-Apr-99
--------------
o Change Makefile.PL to support ActivePerl's ppm.

1.11  1-Apr-99
--------------
o Change die to croak
o Change to delete the .perceps file after running Perceps
o Croak if the environment variable PERCEPS is not set
o Croak if $ENV{'PERCEPS'}/perceps[.pl] is not found
o Ship t/family.h to test Cpp trees

1.10  Sun Mar 28 12:11:25 1999
	- original version; created by h2xs 1.18

Use h2xs to generate the skeleton for Tree.pm.

Rename testDirTree.pl to dirTree.pl.
Rename testCppTree.pl to cppTree.pl.

Put code from dirTree.pl & cppTree.pl into test.pl.

V 1.10 attempts to write to the current directory if it cannot write to the directory
containing the *.h files. This makes it possible to run testCppTree.pl (say) and input
a directory on CDROM.

