Changes for version 0.030 - 2019-01-17
- Add utilities: delete-ini-{key,section}, get-ini-{key,section}, insert-ini-{key,section}, list-ini-sections.
- [Incompatible change] Rename parse-ini to dump-ini, add script parse-ini (modified from parse-iod).
- parse-ini: Add Config::IOD::INI::Reader as an alternative parser.
Documentation
Delete a key from INI configuration file
Delete a section (and its contents) from INI configuration file
Dump INI as hash of hashes structure
Get key value from INI configration file
Get whole section of INI configuration file
Insert a key to INI configuration file
Insert an new empty section to INI configuration file
List all sections of an INI configuration file
Parse INI using Config::IOD::INI module and show the raw result
Modules
INI utilities