The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Logger::Simple

1.00  Tue Nov 19 15:48:15 2002
	- original version; created by h2xs 1.20 with options
		-AXn Logger::Simple

	- combined functions of Simran::Log::Log and Simran::Error::Error
	  into one module.

	- Redesigned POD to reflect changes

	- Implemented object as a blessed hash

	- Added tests

1.01  Wed Nov 20 13:44:39 2002
	- Completed the POD Documentation

1.02  Tue Dec 17 11:40:11 2002
	- Changed the set method, so that upon setting an error message,
	  it would also write it to the log file

	- Made changes in POD to reflect the change in the set method