liblog-any-perl 1.717-ok1 source package in openKylin

Changelog

liblog-any-perl (1.717-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 06 May 2024 21:48:50 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblog-any-perl_1.717.orig.tar.gz 61.1 KiB 56649da0f3900230c9e3d29252cb0a74806fb2ddebd22805acd7368959a65bca
liblog-any-perl_1.717-ok1.debian.tar.xz 2.3 KiB be503b04b7c7fc817537dc6d833ab3492eb1852255aa75d398bf22e1c93084de
liblog-any-perl_1.717-ok1.dsc 2.0 KiB b61444803fb44c67a080946582c987ebba46954c1d17da9764fe69f0612c4e2c

Available diffs

View changes file

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.