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