appconfig 1.66-1 source package in Ubuntu RTM

Changelog

appconfig (1.66-1) unstable; urgency=low

  * New upstream releases (Closes: #585632)
  * Update Standards-Version.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 09:09:39 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Stefan Hornburg (Racke)
Architectures:
all
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main interpreters
14.09 release main interpreters

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
appconfig_1.66.orig.tar.gz 62.3 KiB ace245c09ed54d18997cd963103e6e351a7a3bb0c76fd3915916f05944c133a9
appconfig_1.66-1.diff.gz 2.3 KiB 50cac75b25c9613886cc44747d4587b1fa185508294330d22f185480a21065c2
appconfig_1.66-1.dsc 991 bytes 1265a707a286dddb2ebbef1f124c57c81917312f1e16b2abe8c8fc5e0d394433

Available diffs

View changes file

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.