liblog-any-adapter-callback-perl 0.09-2 source package in Ubuntu

Changelog

liblog-any-adapter-callback-perl (0.09-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Update liblog-any{,-adapter}-perl (build) dependency. Cf. #783899.
  * Declare compliance with Debian Policy 3.9.6.
  * Mark package as autopkgtest-able.

 -- gregor herrmann <email address hidden>  Fri, 01 May 2015 17:37:52 +0200

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
Bionic release universe misc
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblog-any-adapter-callback-perl_0.09-2.dsc 2.4 KiB 29be951eeb9891968e5643e2dbaae9a3a771c7ebe8522af3bc133c88505dd8d9
liblog-any-adapter-callback-perl_0.09.orig.tar.gz 13.0 KiB 68f6b55f0ff7cff763d463097cbef5540c255bed820438f10d1f555f731c9671
liblog-any-adapter-callback-perl_0.09-2.debian.tar.xz 1.9 KiB 4d138423642b456e968ce02d1303805d7714d867efaab99cafbbd6d3ab630e29

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.