liblog-contextual-perl 0.008001-2 source package in Ubuntu

Changelog

liblog-contextual-perl (0.008001-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 15:46:05 +0100

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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblog-contextual-perl_0.008001-2.dsc 2.3 KiB a5ebf667ce0f1bafa145da4e8f0c7f1296ab43644ccc6678533f6c61db2862a4
liblog-contextual-perl_0.008001.orig.tar.gz 37.2 KiB b93cbcfbb8796d51c836e3b00243cda5630808c152c14eee5f20ca09c9451993
liblog-contextual-perl_0.008001-2.debian.tar.xz 3.0 KiB cf73f266ca68ae1d25cdfcecb311dd31dc021a72906b5d617cbe0f231f959968

Available diffs

No changes file available.

Binary packages built by this source

liblog-contextual-perl: module for simple contextual logging

 Log::Contextual is a Perl module that provides an implementation-independent
 interface for simple data logging. It supports painless switching between any
 logger that implements the defined interface, either for the entire program
 (using set_logger) or for a given section of code (using with_logger).
 .
 The framework supports many logging levels that are enabled using environment
 variables (these are, in order of decreasing verbosity: trace, debug, info,
 warn, error, and fatal).
 .
 This package includes simple loggers that can be seamlessly upgraded to more
 advanced loggers, such as Log::Dispatchouli (see liblog-dispatchouli-perl).