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

Changelog

liblog-any-perl (1.718-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 08:58:48 -0700

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
liblog-any-perl_1.718.orig.tar.gz 62.0 KiB b65b7dd0f7d29e05f49a8bba6ad41083d9647ed7c2b60d8b0115b06e796ee19a
liblog-any-perl_1.718-ok1.debian.tar.xz 2.3 KiB d95569f31ae2201e2441901fa2a36430c3d796f6fa1579e33d8b555cc8b8b293
liblog-any-perl_1.718-ok1.dsc 2.0 KiB 17a262bc9c08696d691158030985928335617e9b0bbf3cbb5d4a0c19cbd40ab1

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.