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

Changelog

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

  * Team upload

  * Import upstream version 2.27.
  * Drop debian/tests/pkg-perl/smoke-files, test.conf was moved back into t/
  * Declare compliance with Debian Policy 4.6.0

 -- Florian Schlichting <email address hidden>  Sat, 25 Sep 2021 22:35:36 +0800

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-tiny-perl_2.27-1.dsc 2.1 KiB df390139c7ce666560a0fd1adbbf83556347dcf19bc5a23b545bf177769926f2
libconfig-tiny-perl_2.27.orig.tar.gz 22.1 KiB 38b01b7014223a2890acdb84d67b08bfd6ddbd91b34e0de613b87cd961e0629d
libconfig-tiny-perl_2.27-1.debian.tar.xz 3.0 KiB e8dc590c935bdd6d013175befcb7400f831817a8e46f9ad3acf6a6d39a0a7644

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.