appconfig 1.71-2.2 source package in Ubuntu

Changelog

appconfig (1.71-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "Missing copyright info in d/copyright":
    add additional copyright holder, and update copyright years.
    (Closes: #1036412)

 -- gregor herrmann <email address hidden>  Sun, 28 May 2023 17:11:56 +0200

Upload details

Uploaded by:
Stefan Hornburg (Racke)
Uploaded to:
Sid
Original maintainer:
Stefan Hornburg (Racke)
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main interpreters

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
appconfig_1.71-2.2.dsc 1.8 KiB 3997ed9e2532d631dc10a590e209669ed91cbe78a776962b0a7fcd75bec676c2
appconfig_1.71.orig.tar.gz 55.1 KiB 342750e3ba650c77d613a5552bcb56e89975949645c5cf8b1722f5e004d37619
appconfig_1.71-2.2.diff.gz 2.7 KiB af3d7a24c6259b191bc39115f7c301b7845f93e598571a6c69da1de5d9aa1a2b

Available diffs

No changes file available.

Binary packages built by this source

libappconfig-perl: Perl module for configuration file and command line handling

 AppConfig is a bundle of Perl5 modules for reading configuration
 files and parsing command line arguments. Note that writing
 configuration files is not supported at this time.
 .
 AppConfig supports a relaxed configuration file syntax with support
 for flags (booleans), single and multivalue (lists or hashes)
 items. A defined default and validation routine or regex can be
 defined for each option.
 .
 Environment variable, file variable and tilde (~) are supported and
 may be applied to selected configuration options. For long blocks of
 text you can also use Perl HEREDOC syntax. Additionally there is
 also a mechanism to utilise all these same features via a CGI.