$Id: README,v 1.10 2007-09-01 17:38:34 adam Exp $
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.