Revision history for Perl extension Config::Tiny
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