Changes for version 2.082 - 2016-03-29
- No big change this time, but a lot of small improvements required by the systemd model I'm working on...
- Functional improvements:
- Loader: list operator :~ with no argument loops over all values of a hash element
- DumpAsData: also accepts 'mode' param like fetch from Config::Model::Value
- Bug fixes:
- Fix tests broken by C::M::Tester 2.053 (required)
- Loader: fix loop bug which exited too soon
- Improve hash dump readability ...
- DumpAsData: Fix corrupted output...
- BackendMgr: always translate dir with ~/
- Doc updates:
- removed Log4Perl instructions from synopsis. Log4Perl initialisation is handled by Config::Model constructor since v2.057
- Improved C::M::Warper and C::M:Lister docs
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
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
Load Node element in configuration tree
register and trigger a warped element
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
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