Girocco/Config.pm: require helpers instead of use
commit6de0f5fb0db777f89dc40984d9f173aee70e7d1a
authorKyle J. McKay <mackyle@gmail.com>
Thu, 29 Oct 2020 15:59:42 +0000 (29 08:59 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 29 Oct 2020 15:59:42 +0000 (29 08:59 -0700)
tree3974e1e6f46e314cf2868881846d988ef7a8de67
parent256f5c35e4f2ad19c4f2d18424381eadd327f4d2
Girocco/Config.pm: require helpers instead of use

Instead of "use"ing the helpers needed for config validation
and setup, "require" them instead.

This avoids polluting the namespace and only pulls them
in at the point they are actually needed.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Config.pm