libtest-http-server-simple-stashwarnings-perl 0.04-3 source package in Ubuntu

Changelog

libtest-http-server-simple-stashwarnings-perl (0.04-3) 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.
  * Remove Christine Spang from Uploaders. Thanks for your work!

  [ 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.
  * Add missing build dependency on libmodule-install-perl.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 12:17:07 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-http-server-simple-stashwarnings-perl_0.04-3.dsc 2.5 KiB a682a2779d51700067a9e37680bfe0866257fb000632cb6a1f0d6240ce49e1b3
libtest-http-server-simple-stashwarnings-perl_0.04.orig.tar.gz 12.9 KiB ac754c43399308604a2065ec715697798979135a993972b9590a878fddd1b6b1
libtest-http-server-simple-stashwarnings-perl_0.04-3.debian.tar.xz 2.4 KiB 0172c7a3cf6e6d20d740cf2c8c3376e7e3c840b8ac5081e6957798e5866f8b47

Available diffs

No changes file available.

Binary packages built by this source

libtest-http-server-simple-stashwarnings-perl: module to catch forked web server's warnings in Test::More tests

 Test::HTTP::Server::Simple-StashWarnings, based on
 Test::HTTP::Server::Simple, lets you retrieve the warnings that your forked
 HTTP::Server::Simple-based web server throws. That way you can test that your
 application continues to throw warnings when it makes sense. Catching the
 warnings also keeps your test output tidy. Finally, you'll be able to see
 when your application throws new, unexpected warnings.