Revision history for Perl extension Config::Tiny

1.4  Web Dec 24 2003
    - Caught a warning when trying to parse an undefined string.
      Returns undef in that case.
    - Merry Christmas and a productive New Year to you all!

1.3  Fri Nov 7 2003
    - Slightly altered a regex so that trailing whitespace in properties
      is dropped.

1.2  Wed Aug 12 15:51:12 2003
    - Applied a variety of small changed designed to reduce the number of
      opcodes generated, without changing the functionality.
      This should save a few K in load overhead.

1.1  Wed Apr 23 22:56:21 2003
    - When reporting a bad line, put single quotes around the
      lines contents in the error message.
    - Small updates to the pod documentation

1.0  Sat Dec 21 11:53:51 2002
    - Removed file locking, since we read/write virtually atomically now
    - Removed mode support from ->write() it was erroneous
    - Removed dependency on Fcntl
    - Added the read_string() method
    - Other minor tweaks to shrink the code

0.3  Mon Dec 09 00:44:21 2002
    - Upgraded tests to Test::More, to deep test the structs
    - Added Fcntl to the required modules

0.2  Tue Nov 26 21:51:34 2002
    - Don't import Fcntl symbols

0.1  Wed Nov 13 16:50:23 2002
	- original version