libconfig-tiny-perl 2.29-1 source package in Ubuntu

Changelog

libconfig-tiny-perl (2.29-1) unstable; urgency=medium

  * Team upload
  * Import upstream version 2.29.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 11 Jun 2023 21:38:05 +0200

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
Mantic release main perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-tiny-perl_2.29-1.dsc 2.3 KiB 5069f49a68a86fae403d3464b4a393a2875c40fbaef100b8ebed44c6a7ba3f78
libconfig-tiny-perl_2.29.orig.tar.gz 22.4 KiB 3de79b0ea03a8d6a93e9d9128fe845fb556222b14699a4f6f0d5ca057ae3333b
libconfig-tiny-perl_2.29-1.debian.tar.xz 3.1 KiB b8cef00ad143b28e23ddca6af9f975aeaa4237c0cc2d193948c5680d9ccbc669

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.