Subject: | call to new without a file produce warning |
$ perl -MConfig::IniFiles -e 'my $root_cfg = Config::IniFiles->new();'
Use of uninitialized value in length at
/path/to/module/Config/IniFiles.pm line 828.
I use this to chain configurationfiles:
$root_cfg = Config::IniFiles->new(-file => ..., -import => $root_cfg);