libplack-middleware-logany-perl 0.001-3 source package in Ubuntu

Changelog

libplack-middleware-logany-perl (0.001-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Update renamed lintian tag names in lintian overrides.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 14:55:55 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libplack-middleware-logany-perl_0.001-3.dsc 2.3 KiB 6b46f2e5b47592aebbd285137be15aba7cb69f03bc3006159557967f6aabf5e1
libplack-middleware-logany-perl_0.001.orig.tar.gz 9.0 KiB 13c3290540743dc2625532d4cc11d8a7838d9b6b6af7786676407798fcdca0c9
libplack-middleware-logany-perl_0.001-3.debian.tar.xz 3.3 KiB a9c65efdf743a0dcb4c4fa866480aa6ae7bd3f232385b700ed897954aff4661c

Available diffs

No changes file available.

Binary packages built by this source

libplack-middleware-logany-perl: use Log::Any to handle logging from your Plack app

 Plack::Middleware::LogAny is a Plack::Middleware component that allows
 you to use Log::Any to handle the logging object, psgix.logger.
 .
 It really tries to be the thinnest possible shim, so it doesn't handle
 any configuration beyond setting the category to which messages from
 plack might be logged.
 .
 Plack is a set of tools similar to Ruby's Rack or Python's Paste for
 WSGI. It implements the Perl Server Gateway Interface (PSGI) standard
 interface, which allows developers to decouple their web application
 framework from the local web server environment.