libconfig-model-perl 2.116-1 source package in Ubuntu

Changelog

libconfig-model-perl (2.116-1) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.2 (no changes needed)

  [ Dominique Dumont ]
  * New upstream version 2.116:
    * ShellVar backend: don't reorder when writing back (experimental)
    * Loader: provide "english" operator foreach_match, rm rm_value,
      rm_match, substitute. These are equivalent to :-~ :- :-= :-~ :=~
      operators. These new operators can be used by 'cme modify'

 -- Dominique Dumont <email address hidden>  Mon, 18 Dec 2017 19:08:34 +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 Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-perl_2.116-1.dsc 2.8 KiB 2de24984a7564f229b6234f6815a42d0917ac79fc1c1f75d4250833da0fcbca7
libconfig-model-perl_2.116.orig.tar.gz 340.5 KiB 9bdde5609d2d6824bfc442b71042e2507a1f84162dc579d26eb3d284660328f4
libconfig-model-perl_2.116-1.debian.tar.xz 21.7 KiB ebd9167df2593d14862a159c344d479d9e57d35e0cd9199345dc81cfb64ed314

Available diffs

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)