$Id: README,v 1.1 2003-02-08 13:30:30 eric Exp $


Abstract

This module subclasses Log::Dispatch::File for logging to date/time stamped files.


Requirements

This module requires Log::Dispatch::File, included in the Log::Dispatch distribution.


Basic Installation

Log::Dispatch::File::Stamped may be installed through the CPAN shell in the usual manner:

# perl -MCPAN -e 'install Log::Dispatch::File::Stamped'

You can also read this README from the CPAN shell:

# perl -MCPAN -e shell
cpan> readme Log::Dispatch::File::Stamped

And you can install the component from the CPAN prompt as well:

cpan> install Log::Dispatch::File::Stamped


Manual Installation

Log::Dispatch::File::Stamped can also be installed manually. The latest CPAN version can be found at
<http://www.cpan.org/modules/by-authors/id/C/CH/CHOLET/> or in a similarly named directory at your favorite CPAN mirror.

Downloading and unpacking the distribution are left as exercises for the reader. To build and test it:

perl Makefile.PL
make test

When you're ready to install the component:

make install

It should now be ready to use.

On Win32 systems, replace "make" in the above commands with "nmake". The nmake utility can be downloaded from C<http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe>