Subject: | option to normalize keys |
On read_config, it would be nice to normalize the keys (and section names). Standard options might include making all lower-case/upper-case and removing spaces. Alternately, one could provide a callback that would normalize those scalars. E.g.,
read_config($filename => $config_hash_ref, sub { s/\s+//g })