Revision history for Config::Abstraction - Configuration Abstraction Layer
0.06 Wed Apr 9 08:30:55 EDT 2025
Put the paths used to load the configuration file into config_path
Only load the modules that are needed
Improved logging of errors
Added _load_driver
0.05 Tue Apr 8 09:50:15 EDT 2025
Added tests for all()
Added the logger option to new()
Added the config_files option
0.04 Mon Apr 7 21:06:26 EDT 2025
Better handling of config_file mode when an XML file is missing its header
Handle more drivers
Added the sep_char option
0.03 Mon Apr 7 16:22:16 EDT 2025
Use Params::Get
Needs Test::Most
Improved handling of XML files
0.02 Mon Apr 7 12:50:34 EDT 2025
Added config_file option
0.01 Mon Apr 7 11:45:31 EDT 2025
First draft