libconfig-model-perl 2.113-2 source package in Ubuntu

Changelog

libconfig-model-perl (2.113-2) unstable; urgency=medium

  * Fix autopkgtest: add debian/tests/pkg-perl/smoke-files.
    t/load.t needs README.md since 2.113.
  * autopkgtest: enable syntax.t by adding
    debian/tests/pkg-perl/syntax-skip.
  * Add debian/duck-overrides to cover a false positive about a moved
    webpage.
  * Remove traling whitespace in debian/control.
    Thanks to pedantic lintian.
  * Drop debian/libconfig-model-perl.examples.
    The examples/ directory is gone since 2.085.

 -- gregor herrmann <email address hidden>  Sun, 05 Nov 2017 17:41:45 +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.113-2.dsc 2.9 KiB 2d07fe1821db29a0024fea15a7a0df29134aa0905d59f3e8065c676911f4af4b
libconfig-model-perl_2.113.orig.tar.gz 340.2 KiB bbe9e0946472760c7a0e02405f88fc88a568438db296b9c2c0d4619bf26f4f2d
libconfig-model-perl_2.113-2.debian.tar.xz 21.4 KiB a79c4de8a9d1343fd51a42416d33ff9c3dfae0e182ef1d987a573268aa4e47b7

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)