liblog-any-perl 1.707-1 source package in Ubuntu

Changelog

liblog-any-perl (1.707-1) unstable; urgency=medium

  * Import upstream version 1.707
  * Declare compliance with policy 4.2.0

 -- Xavier Guimard <email address hidden>  Sat, 11 Aug 2018 21:22:42 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblog-any-perl_1.707-1.dsc 2.2 KiB d78286c757bedb01697f4d91988a4470b814e7f11daf0e165f1790a387915935
liblog-any-perl_1.707.orig.tar.gz 48.5 KiB 74510f8cbee12637462e7c6020c8943d447a1e8e149a256f8168ee47562c65f1
liblog-any-perl_1.707-1.debian.tar.xz 3.1 KiB 47e8aa246f561a16c1a8a6261004d670d25da4e469d078e77744e304f38af45f

Available diffs

No changes file available.

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.