libconfig-general-perl 2.67-ok1 source package in openKylin

Changelog

libconfig-general-perl (2.67-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 06:58:07 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libconfig-general-perl_2.67.orig.tar.gz 64.0 KiB 473d65127b23dac0e8039c01e28bc4072cb9a6e93e81a1ea4893cea08c698db0
libconfig-general-perl_2.67-ok1.debian.tar.xz 4.8 KiB 2eb7532afebf7e1c6dc11724ae5c4bb60d4a4d6a36e769b151b8c01b8d7fe5de
libconfig-general-perl_2.67-ok1.dsc 1.9 KiB 0efedf7d0ee661fd43f0f4871775c29774a638157639f9a05e1cefbc787b0817

Available diffs

View changes file

Binary packages built by this source

libconfig-general-perl: generic configuration module

 Config::General opens a configuration file and parses its contents for you.
 After parsing it returns a hash which contains all options and their
 associated values from your configuration file.
 .
 The format of configuration files supported by Config::General is
 inspired by the well known Apache configuration format, in fact, this
 module is fully capable of parsing Apache configurations, but the
 output is not usable by Apache. You can also just use simple name/value
 pairs in your configuration files.
 .
 In addition to the capabilities of an Apache configuration file it
 supports some enhancements such as here-documents, C-style comments and
 multi-line options.