Log/SimpleLog version 0.03
==========================

This version introduces the full functionality
and ease of installation available through the 
CPAN distrobution system.

There is no configuration necessary to begin
logging data to any particular stream, as long
as the stream sink is supplied to the new()
parameter.

INSTALLATION

To install this moule, type the following:

	perl Makefile.PL
	make
	make test
	make install

DEPENDENCIES

	None

COPYRIGHT AND LICENSE

This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

