libconfig-any-perl 0.32-2 source package in Ubuntu

Changelog

libconfig-any-perl (0.32-2) unstable; urgency=medium

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Sat, 11 Jun 2022 23:02:33 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-any-perl_0.32-2.dsc 2.5 KiB f46bda58a7babf143d26fa7132ecc89388ab6ba256586feea3c930643ed16a70
libconfig-any-perl_0.32.orig.tar.gz 20.6 KiB 68da2a5cf25faedd4d24cf3d0d570995c199d5b950108a2de78d40deced36150
libconfig-any-perl_0.32-2.debian.tar.xz 4.8 KiB 22326dcb6da43864771dfd3a8167af7e1d838a31b7e53580745d72e71f8d1f98

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.