in reply to Parameters not in order by using Config::Tiny

Maybe you wanted Config::Tiny::Ordered to maintain order? It seems that Config::Tiny documents that it does not maintain the order of the sections.

Config::IniFiles also does not maintain the section order, I think.

I use Config::IniFiles but I have defined an order in which the sections will be joined.

  • Comment on Re: Parameters not in order by using Config::Tiny