libconfig-model-perl 2.077-1 source package in Ubuntu
Changelog
libconfig-model-perl (2.077-1) unstable; urgency=medium * Imported Upstream version 2.077 * Loader: added hash copy command. This new command can be used with something like: "cme modify stuff some_hash:.copy(from,to)" * Instance: added config_dir (used when provided by application info and not by model) * IniFile backend can read/write check list * Warp feature can be driven by a check list. See upstream change file for details. * ValueComputer: escape quotes in variables (Closes: #810768) * Value: fix check of reference values -- Dominique Dumont <email address hidden> Thu, 21 Jan 2016 10:17:01 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libconfig-model-perl_2.077-1.dsc | 2.8 KiB | afa9ff50e9b2ed26eecba32b9aec1f9e874dd647869752bb36bee1cd315fd2fc |
libconfig-model-perl_2.077.orig.tar.gz | 319.6 KiB | e6b0f18ac2237007f3337f3617a7d1eca14399a00e9021449f78fb9f4eb736ac |
libconfig-model-perl_2.077-1.debian.tar.xz | 17.6 KiB | ece1f896c9646e36c322d8f38130d6f37ddd0a966cd9842259737b86b4b50d40 |
Available diffs
- diff from 2.075-2 to 2.077-1 (19.9 KiB)
No changes file available.
Binary packages built by this source
- libconfig-model-perl: module for describing and editing configuration data
Config::Model is a Perl framework that enables project developers to provide
an interactive configuration system for their software. It supports various
frontend interfaces (graphical, curses-based or plain terminal) to users. It
handles configuration files semantically rather than syntactically, meaning
that developers can specify the structure and constraints of the data along
with a mechanism to read and write the files.
.
Using the structure and constraint information, Config::Model will generate
interactive configuration editors that include help and data validation. It
is equally simple to use graphical (via Tk) interfaces as well as curses-
and ReadLine-based terminal interfaces.
.
Config::Model also provides a facility to help configuration data upgrade
that can be triggered during package upgrades.
.
Config::Model provides configuration model and editor for:
- popularity-contest
- fstab (/etc/fstab)
- multistrap
.
Other configuration editors are available with other libconfig-model-* -perl
packages.
.
Depending on which suggested or recommended modules are installed,
Config::Model provides several user interfaces:
- shell-like interface (with any of lib-term-readlin- *-perl)
- virtual file system where each config parameter is mapped to a file
(with fuse package)
- graphical user interface (with libconfig-model-tkui- perl)