libplack-middleware-test-stashwarnings-perl 0.08-2 source package in Ubuntu

Changelog

libplack-middleware-test-stashwarnings-perl (0.08-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Add missing build dependency on libmodule-install-perl.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 00:16:42 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libplack-middleware-test-stashwarnings-perl_0.08-2.dsc 2.4 KiB 5b26b1a40b8e6d209bae7fd01e709dfada9138d996dc204589a6c949ab995fd6
libplack-middleware-test-stashwarnings-perl_0.08.orig.tar.gz 23.4 KiB 89cfbb24435737dfce94cf5f35e256bdca8576dd3256ce1141e98fe42588e533
libplack-middleware-test-stashwarnings-perl_0.08-2.debian.tar.xz 2.4 KiB 852091393880156f430ebac12cd88f0c632e7b96712a43bc4a193d8c572956cd

Available diffs

No changes file available.

Binary packages built by this source

libplack-middleware-test-stashwarnings-perl: module for testing plack application warnings

 Plack::Middleware::Test::StashWarnings is a Plack middleware component to
 record warnings generated by your application so that you can test them to
 make sure your application complains about the right things.
 .
 The warnings generated by your application are available at a special URL
 (/__test_warnings), encoded with Storable/nfreeze. So using
 Test::WWW::Mechanize you can just get that URL and Storable/thaw its content.