ConfigUtil.pm: extract config file reading code
commitad17537098cbf97f744dc05e136490afa0d6661a
authorKyle J. McKay <mackyle@gmail.com>
Tue, 7 Jul 2020 20:21:44 +0000 (7 13:21 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 7 Jul 2020 20:21:44 +0000 (7 13:21 -0700)
treec271ef0977bfb2304d2ee7f38cea97b5f9707176
parent7d2ea090cdf4eeb952ff19929490bd22fdef1f59
ConfigUtil.pm: extract config file reading code

In order to reuse the Git config file reading code with minimal
overhead, extract it into a separate ConfigUtil.pm file and have
Util.pm continue to use and export the same routines as before.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/ConfigUtil.pm [new file with mode: 0644]
Girocco/Util.pm