I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-10-23 10:21:09-07 by ddumont
Latests releases: configuration can have ordered checklist

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

Direct Responses: Write a response