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

Changelog

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

  * New upstream version 2.137
    * Loader: fix parsing of list assignment with quotes
    * Node: warn only once about deprecated elements
    * Value: provide has_warnings along has_warning
    * DumpAsData, Dumper:
      * deprecate full_mode parameter
      * full dump is now mode => user
  * control: declare compliance with policy 4.4.1

 -- Dominique Dumont <email address hidden>  Thu, 05 Dec 2019 13:36:47 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-perl_2.137-1.dsc 2.8 KiB f9ded55584944caaba9ee736003674cf2f4f86c72011ebe14f311056d37d6086
libconfig-model-perl_2.137.orig.tar.gz 352.8 KiB 478afadd012472cacdda2f997d2cbf564d95a2122d9421fb6dcf7912e9eab94c
libconfig-model-perl_2.137-1.debian.tar.xz 23.4 KiB 810958e2a56a5220cc236b34c4270094e37a926ae9bdd4fa6fb216b0a4caa440

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)