liblog-any-adapter-callback-perl 0.102-1 source package in Ubuntu

Changelog

liblog-any-adapter-callback-perl (0.102-1) unstable; urgency=medium

  * Team upload.
  * Drop alternative {test,build,runtime} dependency on
    liblog-any-adapter-perl which was removed from the archive in 2015
    (and is not Provided by liblog-any-perl anymore).
  * Import upstream version 0.102.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 25 Nov 2023 17:56:08 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblog-any-adapter-callback-perl_0.102-1.dsc 2.5 KiB ef566f5b35103aa7e1f5ffe2c9e07324360e68f8d5ba34bd9921bfe4f56c8628
liblog-any-adapter-callback-perl_0.102.orig.tar.gz 16.5 KiB 7c01883265bdab65344257c1b1d1e69fbe300e7693dddeebb98f9f67310e07cd
liblog-any-adapter-callback-perl_0.102-1.debian.tar.xz 2.4 KiB 8968d2117201081d8b27519c334ece22e3c5ae43893b2ec993cf65aaf62b44ce

Available diffs

No changes file available.

Binary packages built by this source

liblog-any-adapter-callback-perl: module to send Log::Any logs to a subroutine

 Log::Any::Adapter::Callback lets you specify callback subroutine to be called
 by Log::Any's logging methods (like $log->debug(), $log->error(), etc) and
 detection methods (like $log->is_warning(), $log->is_fatal(), etc.).
 .
 This adapter is used for customized logging, and is mostly a convenient
 construct to save a few lines of code. You could achieve the same effect by
 creating a full Log::Any adapter class.
 .
 DEPRECATION NOTICE: Log::Any distribution since 1.708 comes with
 Log::Any::Adapter::Capture which does the same thing.
 Log::Any::Adapter::Callback is hence deprecated.