1Log::Trace v1.070
2
3(c) BBC 2004. This program is free software; you can redistribute it and/or modify it under the GNU GPL.
4
5See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt
6
7QUICK START:
8
9Install Log::Trace by unpacking the tarball and running the following
10commands in the source directory:
11
12    perl Makefile.PL
13    make
14    make test
15    make install
16    Then delete the source directory tree since it's no longer needed.
17
18    run 'perldoc Log::Trace' to read the full documentation.
19