Revision history for Perl module Tie::File::AsHash 0.01 Mon Jan 3 11:42:11 2005 - Original version, never released 0.02 Tue Jan 4 10:05:43 2005 - Code cleaned up, numerous modifications - Made some basic tests - Initial release on CPAN 0.03 Tue Jan 4 16:26:16 2005 - No more global (lexical to file) variables - uses $self for parameters - Renamed parameters (split and join) - Used \Q and \E in regexes where needed - Regexes use the s modifier now, to allow for newlines in strings - Other minor changes to documentation and code - Module is still beta 0.04 Wed Feb 2 15:33:40 2005 - NEXTKEY wasn't incrementing the index 0.05 Wed Feb 2 16:40:20 2005 - Rather major typo in the module's POD - More tests 0.06 Wed Feb 2 22:10:23 2005 - Added META.yml to package - More tests 0.07 Thu Oct 27 09:58:32 2005 - Fixed small problem in sub STORE. Thanks Marco Poleggi for the patch! 0.08 Mon Nov 21 19:41:00 2005 - Broken test cases fixed. Test failed on older versions of Perl (< 5.8.3) and Windows