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

Changelog

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

  * Team upload.

  * Add Breaks/Replaces/Provides on liblog-any-adapter-perl.
    liblog-any-adapter-perl was merged into liblog-any-perl.
    (Closes: #783899)
  * Add debian/upstream/metadata

  * Import upstream version 1.032
  * Update debian/liblog-any-perl.docs (changed filename).

 -- gregor herrmann <email address hidden>  Fri, 01 May 2015 21:20:49 +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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblog-any-perl_1.032-1.dsc 2.2 KiB a5e9aaf5002be29ca5ef128322f7ad1c85861c027f23948cd267fd579e418f20
liblog-any-perl_1.032.orig.tar.gz 38.9 KiB 808558fa42aa96365ed0af773973a5618b4ad50511d81fc7548f67133efdb956
liblog-any-perl_1.032-1.debian.tar.xz 2.4 KiB aeb3f98765440a37ad5702d0cabbf2315dd331ebb7a6668afb723b91a0535c01

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.