Hi, As I have investigated, this bug is not caused by Config::IniFiles but by tempfile function from File::Temp module, which is used internally when a new ini file is created.
By default tempfile creates a new file with 0600 permission bits. A similar bug is discussed here https://rt.cpan.org/Public/Bug/Display.html?id=82516. Thanks/ppm -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

