The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
$Id: README,v 1.10 2007-09-01 17:38:34 adam Exp $

Log::Trivial Version 0.31
=========================

This is "Yet Another" simple module to write trivial
log files. At the moment please treat this code as
BETA grade only.

There are LOTS of other log writing modules on CPAN,
please check them all carefully before installing
this one.

WARNING: This module needs a POSIX like operating
system for full function, which means it not every
function is supported on Windows, though it has been
tested on Cygwin/Win2K.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

or
   perl Build.PL
   ./Build
   ./Build test
   ./Build install

DEPENDENCIES

This module requires only core modules:
    Perl 5.6.x
    strict
    warnings

The tests will use non-core modules if available
but these are not required for normal use.