Subject: | Use Config::Any to parse the file |
Instead of doing our own file parsing, it would be nice to be able to
outsource that to Config::Any so we can read in GnuPG-encrypted files
that don't follow the format Config::Identity currently parses.
whitespace-separated-key-value could easily be added to Config::Any if it
isn't already supported.