Subject: | Errors on no config |
According to documentation all config options are option. But currently the module only works
as long as there is at least one config option.
Here is an idea to make it work completely without any config. Change in sub _slurp_settings
from
my $args;
to
my $args = {};