Skip Menu |

This queue is for tickets about the Config-Std CPAN distribution.

Report information
The Basics
Id: 14976
Status: new
Priority: 0/
Queue: Config-Std

People
Owner: Nobody in particular
Requestors: andrew [...] sweger.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.0.2
Fixed in: (no value)



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 })