







 |
CONFIG:: Changelog
V0.99.11 - 25. Jun 2000
[ Download ]
- Added close() method, please update your scripts.
- Fixed all known warnings. All modules should now run with -w without warnings.
V0.99.10 - 23.04.2000
[ Download ]
- Hash.pm:CASEINSNSITIVE can now be disabled (I forgot to implement it *nirg*)
- Plain.pm:Changes behavior of get_errors, if no error occured: it returns now ''
- Plain.pm:The 'asm' comment type works now.
- Plain.pm:Fixed a bug with 'DATA' option.
V0.99.09 - 13.03.2000
[ Download ]
- Hash.pm:Fixed a bug that causes the file was parsed every time again, not only if neccessary.
- Hash.pm:Added options ALLOWREDEFINE, CASEINSENSITIVE, DEFAULT and REQUIRE.
- Hash.pm:Implemented error handling.
- Plain.pm:Added get_errors method which returns a preformated string holding all error messages.
V0.99.08 - 09.03.2000
[ Download ]
- Added Hash.pm, a module to parse KEY/VALUE pairs into a hash.
- Added DATA option to Plain.pm, a possibility to make recursive parsing.
|