liblog-any-perl 1.715-1 source package in Ubuntu

Changelog

liblog-any-perl (1.715-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.714.
  * Import upstream version 1.715.

 -- gregor herrmann <email address hidden>  Sun, 11 Jun 2023 18:12:20 +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
liblog-any-perl_1.715-1.dsc 2.4 KiB 4b67bfab1b67cc2eb09ce7343961380c7e770fa903b2d5df7e122d9425e86581
liblog-any-perl_1.715.orig.tar.gz 58.2 KiB 78c9492c3f75e739acf86d2d8f60f0ace75d96d3e589d6953eb76f7e6b623a68
liblog-any-perl_1.715-1.debian.tar.xz 3.7 KiB 85622b5f76cf3bd35e9be30a020a5a100ff77d8767f8724e9635f0b72998d28e

Available diffs

No changes file available.

Binary packages built by this source

liblog-any-perl: Perl module to log messages safely and efficiently

 Log::Any allows CPAN modules to safely and efficiently log messages, while
 letting the application choose (or decline to choose) a logging mechanism
 such as Log::Dispatch or Log::Log4perl.
 .
 Log::Any has a very tiny footprint and no dependencies beyond Perl 5.6, which
 makes it appropriate for even small CPAN modules to use. It defaults to
 'null' logging activity, so a module can safely log without worrying about
 whether the application has chosen (or will ever choose) a logging mechanism.
 .
 The application, in turn, may choose one or more logging mechanisms via
 Log::Any::Adapter.