libconfig-file-perl 1.54-2 source package in Ubuntu

Changelog

libconfig-file-perl (1.54-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libconfig-file-perl: Add Multi-Arch: foreign.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 05:57:44 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-file-perl_1.54-2.dsc 2.2 KiB f2d316fa26a9aebaa0263686bd003541bd55c85551968de57bc1e02014ac46fd
libconfig-file-perl_1.54.orig.tar.gz 11.1 KiB 03c8ca8fe02cbedbdb09f4d944e8bb469ef3b0b38d1bb14f82549978aab9b75d
libconfig-file-perl_1.54-2.debian.tar.xz 4.5 KiB ef191db45b8ced688a1c67d2cff897401b33b124afc7582507bd4ee5f6ddcf8c

Available diffs

No changes file available.

Binary packages built by this source

libconfig-file-perl: simple configuration file parsing module

 Config::File parses simple configuration files and store its values in
 an anonymous hash reference. The syntax of the configuration file is
 quite simple:
 .
  # This is a comment
  VALUE_ONE = foo
  VALUE_TWO = $VALUE_ONE/bar
  VALUE_THREE = The value contains a \# (hash). # This is a comment.
  COMPOSED_VALUE[one] = The first component of a clustered value
  COMPOSED_VALUE[two] = The second component of a clustered value