• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Log/H24-Nov-2005-1,337711

t/H24-Nov-2005-647441

COPYINGH A D24-Nov-200517.6 KiB341281

ChangesH A D24-Nov-2005136 64

MANIFESTH A D24-Nov-2005443 2524

MANIFEST.SKIPH A D24-Nov-2005134 98

META.ymlH A D24-Nov-2005340 1210

Makefile.PLH A D24-Nov-2005375 1210

READMEH A D24-Nov-2005522 1912

README

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