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.
- 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.
- 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.
- 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.