libconfig-tiny-perl 2.28-2 source package in Ubuntu

Changelog

libconfig-tiny-perl (2.28-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libconfig-tiny-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 01:14:02 +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
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-tiny-perl_2.28-2.dsc 2.1 KiB 1c9ff9c70b968743c7a528050560161c5866730f5a21125dcf95008b5627ba2a
libconfig-tiny-perl_2.28.orig.tar.gz 22.3 KiB 12df843a0d29d48f61bcc14c4f18f0858fd27a8dd829a00319529d654fe01500
libconfig-tiny-perl_2.28-2.debian.tar.xz 3.1 KiB c88b82a6605e9983f6d7fcfc95335eb14de192266d43ce091a4353db7c784bbf

Available diffs

No changes file available.

Binary packages built by this source

libconfig-tiny-perl: Read/Write .ini style files with as little code as possible

 Config::Tiny is a perl class to read and write .ini style configuration files
 with as little code as possible, reducing load time and memory overhead.
 .
 This module is primarily for reading human written files, and anything
 written into shouldn't need to have documentation/comments. If something with
 more power is needed, move up to Config::Simple, Config::General or one of
 the many other Config:: modules. Config::Tiny does not preserve comments,
 whitespace, or the order of the file contents.