Girocco/Config.pm: omit unwanted "our" undefs
commite4c672065b2c4a002ec51e79f5b561c1b81fa782
authorKyle J. McKay <mackyle@gmail.com>
Thu, 29 Oct 2020 12:15:39 +0000 (29 05:15 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 29 Oct 2020 12:15:39 +0000 (29 05:15 -0700)
treec0fb921966d22558781fe9354cc2e47f828b2cb0
parent4059cb697429d5caf8fd4603746578027ff6cd07
Girocco/Config.pm: omit unwanted "our" undefs

The wonderful parser picks up "our" declarations even if the
code they are contained in does not actually execute.

Simply move those assignments into an eval to avoid creation
of the unwanted "our" variables in that case.

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