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

Changelog

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

  * Team upload
  * Import upstream version 2.30.

 -- gregor herrmann <email address hidden>  Fri, 27 Oct 2023 00:56:01 +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
Oracular release main perl
Noble release main perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-tiny-perl_2.30-1.dsc 2.3 KiB dfc1c45161ba5e4adb6d940b61af9d59f44c4622a05407c126fc406228ea629f
libconfig-tiny-perl_2.30.orig.tar.gz 26.3 KiB b2f7345619b3b8e636dd39ea010731c9dc2bfb8f022bcbd86ae6ad17866e110d
libconfig-tiny-perl_2.30-1.debian.tar.xz 3.1 KiB a7ab90a094c7008c756f46a8f73ca7bfdc338e808429dd14080e523ba0c3de61

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.