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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libconfig-any-perl: Add :any qualifier for perl dependency.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 17:39:50 +0000

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
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-any-perl_0.32-3.dsc 2.5 KiB ba29f9a23506d042ae06f4d2825c2ff0ef3d1bebc1244055b0af0ac106c93e29
libconfig-any-perl_0.32.orig.tar.gz 20.6 KiB 68da2a5cf25faedd4d24cf3d0d570995c199d5b950108a2de78d40deced36150
libconfig-any-perl_0.32-3.debian.tar.xz 4.8 KiB dfeabc6e0edbc6fad0136329342d3359858fbdc31e877ed18bb68453fd58e64e

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.
 .
 Modules/packages (in Recommends) needed for specific file formats:
 .
  * ".cnf", ".conf" files: Config::General / libconfig-general-perl
  * ".ini" files: Config::Tiny / libconfig-tiny-perl
  * ".json", ".jsn" files: Cpanel::JSON::XS, JSON::MaybeXS, JSON::DWIW,
    JSON::XS, JSON::Syck, JSON::PP, JSON / libcpanel-json-xs-perl or
    libjson-maybexs-perl or libjson-xs-perl or libjson-pp-perl (also provided
    by perl) or libjson-perl
  * ".pl", ".perl" files: no additional requirements
  * ".xml" files: XML::Simple / libxml-simple-perl
  * ".yml", ".yaml" files: YAML::XS, YAML::Syck, YAML / libyaml-libyaml-perl
    or libyaml-syck-perl or libyaml-perl