libconfig-model-perl 2.153-3 source package in Ubuntu

Changelog

libconfig-model-perl (2.153-3) unstable; urgency=medium

  * Add patch to fix autopkgtest failure. (Closes: #1050059)
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sat, 19 Aug 2023 12:02:51 +0200

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
Noble release universe perl
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-perl_2.153-3.dsc 3.1 KiB 1217229b6672acb2008c64b8912c5e2bf2b211749d3cf1190ce03ee6abb79596
libconfig-model-perl_2.153.orig.tar.gz 378.2 KiB ca8b2f7b26228ae59a1e780e7ee5eb6e13ff77353a6d55b214c60619ce92592f
libconfig-model-perl_2.153-3.debian.tar.xz 24.5 KiB ab2bfcb14603b6bf153960f7e179878b2cf2c8fe2647b5436e0ecf5946cd79cb

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)