With this module it's possible to have 1 Conf frontend using one of the provided backends: String, File, SQL, INI for now, but later probably Win32::Registry, maybe Wx::Config.
I wasn't really concerned about namespaces when I wrote this. I like modules with short names.
Anyway It would be:
Config Config::String Config::File Config::SQL Config::INI
(...)
Config::Win32::Registry Config::wxConfig
etc.
Randy W. Sims wrote:
On 4/1/2004 5:25 AM, Hans Oesterholt-Dijkema wrote:
Dear All,
I'm just wondering. I've uploaded a few modules last days, of which:
Conf-0.06 Conf-SQL-0.05 Conf-INI-0.03
Why? There are already several namespaces where configuration type modules are located, primarily Config::*. Why do you feel the need to place your modules in a different namespace?
Randy.
