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 1.03 Tue Feb 4 14:57:26 2003 - Implemented file locking on the logfile using the Fcntl module - Added the lock and unlock functions, which are called by the write() function 1.04 Tue Mar 11 11:19:35 2003 - Re-implemented the file locking on the log file - Added an internal variable for a semaphore flag file - Added the wait function, which will sleep for 1 second if the semaphore file is present - Added to the pod - Corrected a problem within the formatting, so that it will now format properly - Added a special HTML copyright section to display the copyright symbol 1.05 Tue Mar 11 14:46:02 2003 - Included the Time::HiRes module to provide for a more granular sleep in the wait function 1.06 Wed Oct 29 12:30:53 2003 - Re-implemented the tests using the Test::More module 1.07 Fri Mar 5 08:29:12 2004 - Added new method to get the name of the logfile 1.08 Fri Dec 10 10:40:02 2004 - Edited the lock,unlock, and write functions to work with MS-Win32. This was a reported bug from CPAN Testers 1.081 Mon Jan 10 09:43:13 2005 - Reaccomplished the tests using Test::Harness and added a test for the POD using Test::Pod 1.09 Sat Apr 1 17:26:19 2006 - Edited the lock & unlock functions to be ignored when operating on MS-Win32. Rewrote the tests so that they are skipped on Win32 systems. 1.091 Sun Apr 2 09:46:13 2006 - Added the README file 2.0 Fri Jun 9 20:09:55 2006 - Complete rewrite of module to include the use of the Object::InsideOut module