libplack-middleware-logwarn-perl 0.001002-2 source package in Ubuntu

Changelog

libplack-middleware-logwarn-perl (0.001002-2) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
  * debian/*: update GitHub URLs to use HTTPS.

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from old 9 to 10.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove 1 unused lintian overrides.
  * Set Testsuite header for perl package.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on debhelper.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 00:15:09 +0100

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libplack-middleware-logwarn-perl_0.001002-2.dsc 2.3 KiB 9957909cba130ee17f0b0d920a91336061983350240bb7e3d118add200d4ee18
libplack-middleware-logwarn-perl_0.001002.orig.tar.gz 9.4 KiB 7cbfccd90e9c37b61e9adbba7ee6876b2ef79e656bc194b1033d1a0c7eb5b906
libplack-middleware-logwarn-perl_0.001002-2.debian.tar.xz 3.3 KiB 2a8c15064f75bd0262da917fd9a908fc88d807c47ada582f14a3ab730c8526b3

Available diffs

No changes file available.

Binary packages built by this source

libplack-middleware-logwarn-perl: converts warnings to log messages

 Plack::Middleware::LogWarn is a Plack::Middleware component that will
 help you get warnings into a logger. You probably want to use some sort
 of real logging system such as Log::Log4perl and another
 Plack::Middleware such as Plack::Middleware::Log4perl.
 .
 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.