libconfig-any-perl 0.23-1 source package in Ubuntu

Changelog

libconfig-any-perl (0.23-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * New upstream release
  * Update debian/copyright file.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
    Update copyright years for debian/* packaging.
  * Simplify dependency for libyaml-syck-perl.
    Change versioned (Build-)Depends(-Indep) for libyaml-syck-perl in
    alternatives to unversioned dependency. The required version is already
    satisfied in squeeze.
  * Bump Standards-Version to 3.9.3

 -- Salvatore Bonaccorso <email address hidden>  Sun, 27 May 2012 08:32:31 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libconfig-any-perl_0.23-1.dsc 2.4 KiB 0580cdb7ea0c2e49f9029b17ec679878be8ffc0b4614410cc0f8fd4cb3a2b881
libconfig-any-perl_0.23.orig.tar.gz 32.4 KiB ff49d8d92e598feaacdd17635ab564b4625b4441d7c677d2a827f381db16669e
libconfig-any-perl_0.23-1.debian.tar.gz 3.8 KiB 6ee2c5777fd6ef8a1afc1ccc7810c9c7931629838c277e544fc47fe6c444f5ca

Available diffs

No changes file available.

Binary packages built by this source

libconfig-any-perl: module to load configuration from different file formats

 Config::Any provides a facility for Perl applications and libraries to load
 configuration data from multiple different file formats. It supports XML,
 YAML, JSON, Apache-style configuration, Windows INI files, and even Perl
 code.
 .
 The rationale for this module is as follows: Perl programs are deployed on
 many different platforms and integrated with many different systems. Systems
 administrators and end users may prefer different configuration formats than
 the developers. The flexibility inherent in a multiple format configuration
 loader allows different users to make different choices, without generating
 extra work for the developers. As a developer you only need to learn a single
 interface to be able to use the power of different configuration formats.