Hello
I've released a bunch of Config::Model modules. The main new feature is the addition of ordered checklist. Now, a configuration model can include a checklist of items where the order of the list is important to the application.
Ordered checklist feature is required by Ssh model for Ciphers list (see Config::Model::OpenSsh). Ciphers lists must be specified "by order of preference", so Config::Model must understand this order and offer the end user the possibility to change this order. This possibility is now offered in the Perl/Tk interface. The Curses interface will follow soon after the next release of Curses::UI.
Here's a more detailed change log:
* Config::Model version 0.620: Added ordered parameter to checklist. Skip sshd_config tests if Augeas library <= 0.3.1
* Config::Model::Itself 0.207: Added ordered parameter to checklist.
* Graphical interface Config::Model::TkUi 1.203: added Notebook tab to provide 2 ways to edit an ordered checklist: change the content (check or uncheck items) or change the order of the items.
I've also released a new version of Xorg model (but this one is still incomplete):
* Xorg model version 0.513 : Added vesa model. Try several directories to find xorg conf dir. Fixed to cope with new Config::Model::Autoread
All the best