Subject: | [patch] INI file which contains param outside section, and opened with -fallback, should also be written as such |
Patch URL: https://github.com/sharyanto/perl-Config-IniFiles/commit/
ac6ace8bf09fabba4e6ea3b2826ff13cd30507bc
Patch description: When writing config with fallback section, also omit
the fallback section header, like the original file. Also, change
t/19param-found-outside-section.t a bit to not require IO::Scalar and use
File::Temp instead (we are testing WriteConfig anyway).