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

Changelog

liblog-any-perl (1.710-ok1) yangtze; urgency=low

  * Build for openkylin.

 -- denghao <email address hidden>  Mon, 29 Aug 2022 10:22:53 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
liblog-any-perl_1.710.orig.tar.gz 54.6 KiB bdb65fd0a8888fd4522f39f0fe95e94cb9267ef1fd9f7737564d46527b306f6f
liblog-any-perl_1.710-ok1.debian.tar.xz 8.3 KiB 9b5dead0a57145f2c923dcf033997f963b5a7c41bb29dabfb28fbc9dc52c09bd
liblog-any-perl_1.710-ok1.dsc 1.8 KiB c52a6fae1a9c185ad07324b53346982ac8f7f3cabb8a14cefb1dc55099679b01

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.