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

Changelog

libconfig-model-perl (1.260-1) unstable; urgency=low

  * New upstream version:
    * Application changes
        * Backend Debian::Dpkg: skip empty lines in patch series files
    * Framework changes:
        + Config::Model::Tester: new class extracted from t/model_tests.t
          to test config files and models.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  09 Nov 2011 13:06:27 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libconfig-model-perl_1.260.orig.tar.gz 419.5 KiB a55ed9500862c75dc41ad169ee57b7b9a90726983e9fcac1ed0e4a6660962ba7
libconfig-model-perl_1.260-1.debian.tar.gz 13.6 KiB 83559911571229a57605faf6f94fd0dd05d29074eec4e646c0397ae2ff1df45e
libconfig-model-perl_1.260-1.dsc 2.8 KiB 17cb130423c94b9a5b89eb7ab84eb5e6780de3ab714f97d811e7e91f264d575a

Available diffs

View changes file

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)
  - dpkg (with control and copyright aka DEP-5)
  - lcdproc (/etc/LCDd.conf)
  - multistrap
 .
 Config::Model provides several user interfaces:
  - shell-like interface
  - virtual file system where each config parameter is mapped to a file
  - graphical user interface with libconfig-model-tkui-perl