Changes for version 2.062 - 2014-11-23
- Big change for this release:
- cme command is no longer delivered with this distribution. cme is now delivered by App::Cme distribution.
- To help the transition, this distribution delivers cme-old. You can use this command until App::Cme is available in CPAN (next few days) or if you find bugs in the new cme command (which now uses App::Cmd).
- Other incompatible changes:
- old config-edit command is now really gone
- cme extensions are obsolete. Extension mechanism is now provided by App::Cmd
- New feature:
- The Perl class used to implement node, list and hash configuration element can be overridden using a new 'class' parameter. The Perl class passed to this parameter must inherit Config::Model::Node, or Config::Model::HashId or Config::Model::ListId.
- Bug fixes:
- Value: skip notification if migrate yields an empty value
- Model: use logger for tracing legacy translation
Documentation
Create a configuration model from application documentation
Creating a model with advanced features
Introduction to model creation with Config::Model
Configuration class Fstab
Configuration class Fstab::FsLine
Configuration class Multistrap
Configuration class Multistrap::Section
Configuration class PopCon
Edit data of configuration managed by Config::Model (deprecated implementation of cme)
Modules
Create tools to validate, migrate and edit configuration files
Read and write configuration annotations
Base class for hash or list element
Base class for configuration tree item
Virtual class for other backends
Read and write config from fstab file
Read and write config as a INI file
Read and write config as a JSON data structure
Read and write config as plain file
Read and write config as a SHELLVAR data structure
Read and write config as a YAML data structure
Load configuration node on demand
Handle check list element
Provide a description of a node element
Dump configuration content as a perl data structure
Serialize data of config tree
Exception mechanism for configuration model
Fuse virtual file interface for Config::Model
Handle hash element for configuration model
Refer to id element(s) and extract keys
Instance of configuration tree
Iterates forward or backward a configuration tree
Handle list element for configuration model
List available models and applications
Load serialized data into config tree
Class for configuration tree node
Scan config tree and perform call-backs for each element or node
Reports data from config tree
Search an element in a configuration model
Simple interface for Config::Model
Provides Config::Model UI with Term::ReadLine
Search tree for match in value, description...
generate pod documentation from configuration models
Strongly typed configuration value
Include a sub layer configuration
Provides configuration value computation
Node that change config class properties
Warp tree properties
Provides
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
in lib/Config/Model/Exception.pm
Examples
- examples/fstab/README
- examples/fstab/add-ext4-workshop.txt
- examples/fstab/fstab.sample
- examples/fstab/fstab_test.pl
- examples/fstab/lib/Config/Model/models/MyFstab.pl
- examples/fstab/lib/Config/Model/models/MyFstab/CommonOptions.pl
- examples/fstab/lib/Config/Model/models/MyFstab/Ext2FsOpt.pl
- examples/fstab/lib/Config/Model/models/MyFstab/Ext3FsOpt.pl
- examples/fstab/lib/Config/Model/models/MyFstab/FsLine.pl
- examples/fstab/lib/Config/Model/models/MyFstab/Iso9660_Opt.pl
- examples/fstab/lib/Config/Model/models/MyFstab/SwapOptions.pl
- examples/fstab/lib/Config/Model/models/MyFstab/UsbFsOptions.pl