README for Log::Dispatch::Buffer

The "Log::Dispatch::Buffer" module is a base class that can als be used by
itself.  Its only function is to collect messages that are being logged to
it until they are obtained for further processing.  The reason for its
existence, was because the functionality was needed for Log::Dispatch::XML.

Copyright (c) 2004 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights
reserved.  This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

Required Modules:
 Log::Dispatch (1.16)

Version:
 0.02

The build is standard:

perl Makefile.PL
make
make test
make install