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

Changelog

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

  [ Dominique Dumont ]
  * new upstream version
  * update to build with dzil
  * add README.source.org
  * add patch to remove Git plugin from dist.ini

 -- Dominique Dumont <email address hidden>  Sun, 16 Jun 2024 19:30:16 +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
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-perl_2.154-1.dsc 3.2 KiB ccde71e164cdad4812df3b3b5045c13d8fe89ff407834d318012692c5fc1d328
libconfig-model-perl_2.154.orig.tar.gz 347.6 KiB 6ab1ed9c71fd85ab2b623369e0fe9f5d0a0a23e4fda9e774bf448b5d3396e9ec
libconfig-model-perl_2.154-1.debian.tar.xz 26.1 KiB f9797953a6b7f13d8754dc57b185b84fdb2b41cda61c0b4cd8038a2f9fbfaa5b

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)